| 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 afee9170c2644ddc48b47203ba4a6e7310389da8..782325215ac1b0e5b7a9d0f9ad4e4023bbabce60 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.log(error, WebInspector.ConsoleMessage.MessageLevel.Error, true);
|
| + WebInspector.messageSink.addErrorMessage(error, true);
|
| return;
|
| }
|
| },
|
|
|