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

Unified Diff: Source/devtools/scripts/frontend_modules.json

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/View.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/frontend_modules.json
diff --git a/Source/devtools/scripts/frontend_modules.json b/Source/devtools/scripts/frontend_modules.json
index f607339afc3691b8e118a1ff07c5e2c34386a395..c1dcbdef6be324df0def02d49faa8751c7206e0b 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -104,7 +104,6 @@
"EmptyView.js",
"FilterBar.js",
"FilterSuggestionBuilder.js",
- "GoToLineDialog.js",
"HelpScreen.js",
"InplaceEditor.js",
"InspectedPagePlaceholder.js",
@@ -179,6 +178,7 @@
"name": "source_frame",
"dependencies": ["components", "codemirror"],
"sources": [
+ "GoToLineDialog.js",
"SourceFrame.js"
]
},
« no previous file with comments | « Source/devtools/front_end/View.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698