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 89ab2af7f7ff62737b54e7c00904cc5bbf016e34..de85a35e12233608b3d0aad6d204404899fd8c21 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js |
@@ -1101,7 +1101,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'))); |
pfeldman
2017/02/07 02:10:03
meh!
|
this.attachInfobars([sourceMapInfobar]); |
} |
} |