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

Unified Diff: third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js

Issue 2295693003: DevTools: cleanup WI.NetworkMapping nits (Closed)
Patch Set: Created 4 years, 4 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/workspace/IsolatedFileSystemManager.js
diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js
index 21d09d7ea1a4e95ef9380b81a5109c27349518dd..0b44857479192ec0c7db0dd96015b414ef65abe5 100644
--- a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js
+++ b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js
@@ -208,11 +208,11 @@ WebInspector.IsolatedFileSystemManager.prototype = {
},
/**
- * @return {!Array<string>}
+ * @return {!Array<!WebInspector.IsolatedFileSystem>}
*/
- fileSystemPaths: function()
+ fileSystems: function()
{
- return this._fileSystems.keysArray();
+ return this._fileSystems.valuesArray();
},
/**

Powered by Google App Engine
This is Rietveld 408576698