| Index: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| index d64bda0828e8e37930f46405fa17d64f47e52206..aa48be4caa3e55fbee705fd150da715999dcf0d5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| @@ -131,11 +131,11 @@ WebInspector.UISourceCodeFrame.prototype = {
|
| /**
|
| * @override
|
| */
|
| - onTextEditorContentLoaded: function()
|
| + onTextEditorContentSet: function()
|
| {
|
| if (this._diff)
|
| this._diff.updateDiffMarkersImmediately();
|
| - WebInspector.SourceFrame.prototype.onTextEditorContentLoaded.call(this);
|
| + WebInspector.SourceFrame.prototype.onTextEditorContentSet.call(this);
|
| for (var message of this._uiSourceCode.messages())
|
| this._addMessageToSource(message);
|
| this._decorateAllTypes();
|
|
|