| Index: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| index 74143971a6e4eec07dada63b194d519190ff5263..38bd4605759f1b4f76d7d3233f52314dcdf43818 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| @@ -996,9 +996,9 @@ WebInspector.JavaScriptSourceFrame.prototype = {
|
| /**
|
| * @override
|
| */
|
| - onTextEditorContentLoaded: function()
|
| + onTextEditorContentSet: function()
|
| {
|
| - WebInspector.UISourceCodeFrame.prototype.onTextEditorContentLoaded.call(this);
|
| + WebInspector.UISourceCodeFrame.prototype.onTextEditorContentSet.call(this);
|
| if (this._executionLocation)
|
| this.setExecutionLocation(this._executionLocation);
|
|
|
|
|