Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1533)

Unified Diff: Source/devtools/front_end/SourceFrame.js

Issue 203603006: DevTools: Make GoToLineDialog work based on sourceFrame and remove (can)highlightPosition methods f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/ResourcesPanel.js ('k') | Source/devtools/front_end/TabbedPane.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/devtools/front_end/ResourcesPanel.js ('k') | Source/devtools/front_end/TabbedPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698