| 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 b6d2c3b04cabf58c0d5424b0186099d303e13831..ee751f9f53821babcf135b67c7003fa00942340b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| @@ -83,9 +83,9 @@ WebInspector.JavaScriptSourceFrame.prototype = {
|
| * @override
|
| * @return {!Array<!WebInspector.ToolbarItem>}
|
| */
|
| - toolbarItems: function()
|
| + syncToolbarItems: function()
|
| {
|
| - var result = WebInspector.UISourceCodeFrame.prototype.toolbarItems.call(this);
|
| + var result = WebInspector.UISourceCodeFrame.prototype.syncToolbarItems.call(this);
|
| var originURL = WebInspector.CompilerScriptMapping.uiSourceCodeOrigin(this.uiSourceCode());
|
| if (originURL) {
|
| var parsedURL = originURL.asParsedURL();
|
|
|