Index: third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js |
index 52981971e2c2ebd5472d151d839c725cd8e436af..155cd3e24a441a18fe047a75ae243639a43ed314 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js |
+++ b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js |
@@ -664,7 +664,7 @@ WebInspector.IsolatedFileSystem.prototype = { |
*/ |
function innerCallback(files) |
{ |
- files = files.map(embedderPath => WebInspector.IsolatedFileSystemManager.normalizePath(embedderPath)); |
+ files = files.map(embedderPath => WebInspector.ParsedURL.platformPathToURL(embedderPath)); |
progress.worked(1); |
callback(files); |
} |