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]; |