Index: Source/devtools/front_end/CallStackSidebarPane.js |
diff --git a/Source/devtools/front_end/CallStackSidebarPane.js b/Source/devtools/front_end/CallStackSidebarPane.js |
index 2bb8db708bd19a9145881e0bd44d78caea8bc3e5..d83e5c2acf582102928a104e22539a9b77ac168e 100644 |
--- a/Source/devtools/front_end/CallStackSidebarPane.js |
+++ b/Source/devtools/front_end/CallStackSidebarPane.js |
@@ -141,8 +141,8 @@ WebInspector.CallStackSidebarPane.prototype = { |
*/ |
registerShortcuts: function(registerShortcutDelegate) |
{ |
- registerShortcutDelegate(WebInspector.ScriptsPanelDescriptor.ShortcutKeys.NextCallFrame, this._selectNextCallFrameOnStack.bind(this)); |
- registerShortcutDelegate(WebInspector.ScriptsPanelDescriptor.ShortcutKeys.PrevCallFrame, this._selectPreviousCallFrameOnStack.bind(this)); |
+ registerShortcutDelegate(WebInspector.SourcesPanelDescriptor.ShortcutKeys.NextCallFrame, this._selectNextCallFrameOnStack.bind(this)); |
+ registerShortcutDelegate(WebInspector.SourcesPanelDescriptor.ShortcutKeys.PrevCallFrame, this._selectPreviousCallFrameOnStack.bind(this)); |
}, |
setStatus: function(status) |