Index: Source/devtools/front_end/resources/ResourcesPanel.js |
diff --git a/Source/devtools/front_end/resources/ResourcesPanel.js b/Source/devtools/front_end/resources/ResourcesPanel.js |
index af0b6c210c6e8b6d2215251fd0c54a0be9d069e8..dff59a7bba98765c55d0039efe43ceb4de063891 100644 |
--- a/Source/devtools/front_end/resources/ResourcesPanel.js |
+++ b/Source/devtools/front_end/resources/ResourcesPanel.js |
@@ -2335,7 +2335,7 @@ WebInspector.FileSystemTreeElement.prototype = { |
get itemURL() |
{ |
- return "filesystem://" + this._fileSystem.name; |
+ return "filesystem:" + this._fileSystem.name; |
pfeldman
2015/08/13 21:15:46
This is only used to restore last used item.
wes
2015/08/14 00:55:05
This may be pedantic, but it's the result of going
pfeldman
2015/08/17 21:15:51
Right, except for these are used for different pur
wes
2015/08/25 18:13:18
Okay - but why is there also both filesystem: and
|
}, |
/** |