Index: Source/devtools/front_end/sources/UISourceCodeFrame.js |
diff --git a/Source/devtools/front_end/sources/UISourceCodeFrame.js b/Source/devtools/front_end/sources/UISourceCodeFrame.js |
index 084f83548b9b2649512cf324d521ce3999a7e828..c22b23b3aa4d5a7b20c42ead6c5623855ef74f25 100644 |
--- a/Source/devtools/front_end/sources/UISourceCodeFrame.js |
+++ b/Source/devtools/front_end/sources/UISourceCodeFrame.js |
@@ -124,7 +124,7 @@ WebInspector.UISourceCodeFrame.prototype = { |
_didEditContent: function(error) |
{ |
if (error) { |
- WebInspector.console.addErrorMessage(error, true); |
+ WebInspector.console.error(error); |
return; |
} |
}, |