Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js

Issue 2152093002: DevTools: fix compilation for the VBoxes with toolbar items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698