| Index: third_party/WebKit/Source/devtools/front_end/workspace/FileSystemMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/FileSystemMapping.js b/third_party/WebKit/Source/devtools/front_end/workspace/FileSystemMapping.js
|
| index 40c3a10a6419a42e4f0da0c1bafb43ef22a78ea5..f8eedbcb320e78826292fc8d8d8535df3c69d28e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/workspace/FileSystemMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/workspace/FileSystemMapping.js
|
| @@ -54,7 +54,7 @@ WebInspector.FileSystemMapping.prototype = {
|
| this._fileSystemMappings = {};
|
| for (var fileSystemPath in savedMapping) {
|
| var savedFileSystemMappings = savedMapping[fileSystemPath];
|
| - fileSystemPath = WebInspector.IsolatedFileSystemManager.normalizePath(fileSystemPath);
|
| + fileSystemPath = WebInspector.ParsedURL.platformPathToURL(fileSystemPath);
|
| this._fileSystemMappings[fileSystemPath] = [];
|
| var fileSystemMappings = this._fileSystemMappings[fileSystemPath];
|
|
|
|
|