Index: Source/devtools/front_end/SourceFrame.js |
diff --git a/Source/devtools/front_end/SourceFrame.js b/Source/devtools/front_end/SourceFrame.js |
index 74d76dadf10a04f88f9025c4856c004cd3292d0d..fd5a2bc2cd10fd589e099a11e3035b5fce247b84 100644 |
--- a/Source/devtools/front_end/SourceFrame.js |
+++ b/Source/devtools/front_end/SourceFrame.js |
@@ -199,23 +199,6 @@ WebInspector.SourceFrame.prototype = { |
}, |
/** |
- * @override |
- * @return {boolean} |
- */ |
- canHighlightPosition: function() |
- { |
- return true; |
- }, |
- |
- /** |
- * @override |
- */ |
- highlightPosition: function(line, column) |
- { |
- this.revealPosition(line, column, true); |
- }, |
- |
- /** |
* @param {number} line |
* @param {number=} column |
* @param {boolean=} shouldHighlight |