| Index: Source/devtools/front_end/TabbedPane.js
|
| diff --git a/Source/devtools/front_end/TabbedPane.js b/Source/devtools/front_end/TabbedPane.js
|
| index d7e2236660931095ae54f69b1a2bef226b6cd3ba..37e7e2dd4814cfcffd3df3be766729ca8c5a9a81 100644
|
| --- a/Source/devtools/front_end/TabbedPane.js
|
| +++ b/Source/devtools/front_end/TabbedPane.js
|
| @@ -657,24 +657,6 @@ WebInspector.TabbedPane.prototype = {
|
| },
|
|
|
| /**
|
| - * @override
|
| - * @return {boolean}
|
| - */
|
| - canHighlightPosition: function()
|
| - {
|
| - return !!(this._currentTab && this._currentTab.view && this._currentTab.view.canHighlightPosition());
|
| - },
|
| -
|
| - /**
|
| - * @override
|
| - */
|
| - highlightPosition: function(line, column)
|
| - {
|
| - if (this.canHighlightPosition())
|
| - this._currentTab.view.highlightPosition(line, column);
|
| - },
|
| -
|
| - /**
|
| * @return {!Array.<!Element>}
|
| */
|
| elementsToRestoreScrollPositionsFor: function()
|
|
|