commit | 05eb37fad076f8f1790ddb083fed813125b04b5a | [log] [tgz] |
---|---|---|
author | Paul Lewis <[email protected]> | Fri Jan 24 14:31:40 2020 |
committer | Commit Bot <[email protected]> | Fri Jan 24 15:34:35 2020 |
tree | f4c6864f598e026b07de14047a3980f4b70f6915 | |
parent | 9081c900b3b0fafaeaebbbb26c60a56858945b8c [diff] [blame] |
[Global] Update refs to UI.shortcutRegistry Bug: 1006759 Change-Id: I7f5e50e80ec49429698737f79c555472c44fb68f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2019549 Commit-Queue: Paul Lewis <[email protected]> Reviewed-by: Tim van der Lippe <[email protected]>
diff --git a/front_end/console/ConsoleViewMessage.js b/front_end/console/ConsoleViewMessage.js index d7f1a4e..dcb6856 100644 --- a/front_end/console/ConsoleViewMessage.js +++ b/front_end/console/ConsoleViewMessage.js
@@ -226,7 +226,7 @@ messageElement.textContent = Common.UIString('Console was cleared'); } messageElement.title = - ls`Clear all messages with ${UI.shortcutRegistry.shortcutTitleForAction('console.clear')}`; + ls`Clear all messages with ${self.UI.shortcutRegistry.shortcutTitleForAction('console.clear')}`; break; case SDK.ConsoleMessage.MessageType.Dir: { const obj = this._message.parameters ? this._message.parameters[0] : undefined;