Index: Source/devtools/front_end/ResourcesPanel.js |
diff --git a/Source/devtools/front_end/ResourcesPanel.js b/Source/devtools/front_end/ResourcesPanel.js |
index 37ae9891f26b147ff32b1b2a1c031e4887b00697..b66deaef0702d045cd9d9a5493f1d088744887e6 100644 |
--- a/Source/devtools/front_end/ResourcesPanel.js |
+++ b/Source/devtools/front_end/ResourcesPanel.js |
@@ -135,15 +135,6 @@ WebInspector.ResourcesPanel.prototype = { |
this._initialize(); |
}, |
- /** |
- * @param {KeyboardEvent} event |
- */ |
- handleShortcut: function(event) |
- { |
- if (this.visibleView && typeof this.visibleView.handleShortcut === "function") |
- return this.visibleView.handleShortcut(event); |
- }, |
- |
_initialize: function() |
{ |
if (!this._initialized && this.isShowing() && this._cachedResourcesWereLoaded) { |