Index: third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js |
index 3b3b82d32d6a6c602051b142808fe8ec7ff42af2..83d170e4c539476459cd927ec061346fac4b74f7 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js |
@@ -2172,14 +2172,6 @@ WebInspector.StorageCategoryView = function() |
} |
WebInspector.StorageCategoryView.prototype = { |
- /** |
- * @return {!Array.<!WebInspector.ToolbarItem>} |
- */ |
- toolbarItems: function() |
- { |
- return []; |
- }, |
- |
setText: function(text) |
{ |
this._emptyWidget.text = text; |