| Index: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| index 4adbe706d633dfc316076097092e6c4adfd96e3e..a8ca998a00aa80f6698d5d440fc5fdc2bc416466 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| @@ -301,10 +301,10 @@ WebInspector.SourceFrame.prototype = {
|
| this._delayedFindSearchMatches();
|
| delete this._delayedFindSearchMatches;
|
| }
|
| - this.onTextEditorContentLoaded();
|
| + this.onTextEditorContentSet();
|
| },
|
|
|
| - onTextEditorContentLoaded: function() {},
|
| + onTextEditorContentSet: function() {},
|
|
|
| /**
|
| * @param {?WebInspector.SearchableView} view
|
|
|