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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
index cb7b1fe0ff9107b2a8fe1f7a0d0bacf19acbcc7f..6d7e53b2c0d498c24eaa1fa3218965304d8b055e 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
+++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
@@ -739,7 +739,7 @@ Console.ConsoleView = class extends UI.VBox {
this._shortcuts = {};
var shortcut = UI.KeyboardShortcut;
- var section = Components.shortcutsScreen.section(Common.UIString('Console'));
+ var section = UI.shortcutsScreen.section(Common.UIString('Console'));
var shortcutL = shortcut.makeDescriptor('l', UI.KeyboardShortcut.Modifiers.Ctrl);
var keys = [shortcutL];

Powered by Google App Engine
This is Rietveld 408576698