| Index: Source/devtools/front_end/View.js
|
| diff --git a/Source/devtools/front_end/View.js b/Source/devtools/front_end/View.js
|
| index 8a88e5bd7292ccf2123863be45506261732a9125..833c20a972397a1889541df55fd6b19d8edc0708 100644
|
| --- a/Source/devtools/front_end/View.js
|
| +++ b/Source/devtools/front_end/View.js
|
| @@ -355,22 +355,6 @@ WebInspector.View.prototype = {
|
| }
|
| },
|
|
|
| - /**
|
| - * @return {boolean}
|
| - */
|
| - canHighlightPosition: function()
|
| - {
|
| - return false;
|
| - },
|
| -
|
| - /**
|
| - * @param {number} line
|
| - * @param {number=} column
|
| - */
|
| - highlightPosition: function(line, column)
|
| - {
|
| - },
|
| -
|
| doResize: function()
|
| {
|
| if (!this.isShowing())
|
|
|