Index: Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js |
diff --git a/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js b/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js |
index bf40f7f6d11a8ba60f1ec05865d4806bf11054a1..5cb9fdef8bfcbf9d9b48094beb11c4320de7c2f2 100644 |
--- a/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js |
+++ b/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js |
@@ -209,8 +209,8 @@ WebInspector.FileSystemWorkspaceBinding.FileSystem = function(fileSystemWorkspac |
WebInspector.Object.call(this); |
this._fileSystemWorkspaceBinding = fileSystemWorkspaceBinding; |
this._fileSystem = isolatedFileSystem; |
- this._fileSystemBaseURL = "file://" + this._fileSystem.normalizedPath() + "/"; |
- this._fileSystemProjectURL = "filesystem:" + this._fileSystem.normalizedPath(); |
+ this._fileSystemBaseURL = "filesystem:" + this._fileSystem.normalizedPath() + "/"; |
+ this._fileSystemProjectURL = "file://" + this._fileSystem.normalizedPath(); |
this._workspace = workspace; |
// FIXME: This dependency should be removed from here once we do not need URL to create a UISourceCode. |
this._networkMapping = networkMapping; |