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

Unified Diff: Source/devtools/front_end/resources/FileSystemView.js

Issue 720223002: DevTools: only allow status bar items in status bars. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 1 month 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: Source/devtools/front_end/resources/FileSystemView.js
diff --git a/Source/devtools/front_end/resources/FileSystemView.js b/Source/devtools/front_end/resources/FileSystemView.js
index 8a92d16ce9206c39149cb3ef30678cdbf065377e..097f2b0d28c7059f9449bcf84aa62217d44310d1 100644
--- a/Source/devtools/front_end/resources/FileSystemView.js
+++ b/Source/devtools/front_end/resources/FileSystemView.js
@@ -60,11 +60,11 @@ WebInspector.FileSystemView = function(fileSystem)
WebInspector.FileSystemView.prototype = {
/**
- * @type {!Array.<!Element>}
+ * @return {!Array.<!WebInspector.StatusBarItem>}
*/
- get statusBarItems()
+ statusBarItems: function()
{
- return [this._refreshButton.element, this._deleteButton.element];
+ return [this._refreshButton, this._deleteButton];
},
/**
« no previous file with comments | « Source/devtools/front_end/resources/DatabaseTableView.js ('k') | Source/devtools/front_end/resources/IndexedDBViews.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698