Title: [117586] trunk/Source/WebCore
Revision
117586
Author
[email protected]
Date
2012-05-18 06:59:32 -0700 (Fri, 18 May 2012)

Log Message

Unreviewed. Remove console.error() call committed by mistake.

* inspector/front-end/View.js:
(WebInspector.View._assert):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (117585 => 117586)


--- trunk/Source/WebCore/ChangeLog	2012-05-18 13:55:17 UTC (rev 117585)
+++ trunk/Source/WebCore/ChangeLog	2012-05-18 13:59:32 UTC (rev 117586)
@@ -1,3 +1,10 @@
+2012-05-18  Yury Semikhatsky  <[email protected]>
+
+        Unreviewed. Remove console.error() call committed by mistake.
+
+        * inspector/front-end/View.js:
+        (WebInspector.View._assert):
+
 2012-05-18  Pavel Feldman  <[email protected]>
 
         Web Inspector: live edit resets cursor to 0,0

Modified: trunk/Source/WebCore/inspector/front-end/View.js (117585 => 117586)


--- trunk/Source/WebCore/inspector/front-end/View.js	2012-05-18 13:55:17 UTC (rev 117585)
+++ trunk/Source/WebCore/inspector/front-end/View.js	2012-05-18 13:59:32 UTC (rev 117586)
@@ -396,7 +396,6 @@
 {
     if (!condition) {
         console.trace();
-        console.error("assert: " + new Error().stack);
         throw new Error(message);
     }
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to