| Index: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| index 376291fe2b427b71a886471835343548b2c10bcb..27997360fc85e74af3c07a5268a4cf5730930115 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| @@ -1176,7 +1176,7 @@ Sources.JavaScriptSourceFrame = class extends SourceFrame.UISourceCodeFrame {
|
| 'Associated files should be added to the file tree. You can debug these resolved source files as regular JavaScript files.'));
|
| sourceMapInfobar.createDetailsRowMessage(Common.UIString(
|
| 'Associated files are available via file tree or %s.',
|
| - UI.shortcutRegistry.shortcutTitleForAction('sources.go-to-source')));
|
| + UI.shortcutRegistry.shortcutTitleForAction('quickOpen.show')));
|
| this.attachInfobars([sourceMapInfobar]);
|
| }
|
| }
|
|
|