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

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

Issue 202043002: DevTools: Use open resource dialog for go to line feature in sources panel. (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
Index: Source/devtools/front_end/GoToLineDialog.js
diff --git a/Source/devtools/front_end/GoToLineDialog.js b/Source/devtools/front_end/GoToLineDialog.js
index a95fec76ccc9f0b8472473323904daf2fe999feb..ff0b7a76657dc5d0b43dba9df2c30293ef92ab93 100644
--- a/Source/devtools/front_end/GoToLineDialog.js
+++ b/Source/devtools/front_end/GoToLineDialog.js
@@ -81,8 +81,6 @@ WebInspector.GoToLineDialog._show = function(viewGetter, event)
*/
WebInspector.GoToLineDialog.createShortcut = function()
{
- var isMac = WebInspector.isMac();
- var shortcut;
return WebInspector.KeyboardShortcut.makeDescriptor("g", WebInspector.KeyboardShortcut.Modifiers.Ctrl);
}
« no previous file with comments | « Source/devtools/front_end/FilteredItemSelectionDialog.js ('k') | Source/devtools/front_end/ShortcutsScreen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698