| Index: third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides.html b/third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides.html
|
| index d8ecf1996bb7e73aede9a60bcf6f6b9f8830af11..dc5208be80952f63916abf8efddc7ba75ab057c6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides.html
|
| @@ -13,7 +13,7 @@ function test()
|
| fileSystemMapping.addNonConfigurableFileMapping("file:///Source/devtools", "chrome-devtools://devtools/bundled/wrong_url", "/");
|
| fileSystemMapping.addFileMapping("file:///Source/devtools", "http://localhost:1234/right_url", "/");
|
|
|
| - InspectorTest.addResult(fileSystemMapping.urlForPath("file:///Source/devtools", "file:///Source/devtools/file.txt"));
|
| + InspectorTest.addResult(fileSystemMapping.networkURLForFileSystemURL("file:///Source/devtools", "file:///Source/devtools/file.txt"));
|
| next();
|
| },
|
|
|
| @@ -25,7 +25,7 @@ function test()
|
| fileSystemMapping.addFileMapping("file:///Source/devtools", "http://localhost:1234/right_url", "/");
|
| fileSystemMapping.addNonConfigurableFileMapping("file:///Source/devtools", "chrome-devtools://devtools/wrong_url", "/");
|
|
|
| - InspectorTest.addResult(fileSystemMapping.urlForPath("file:///Source/devtools", "file:///Source/devtools/file.txt"));
|
| + InspectorTest.addResult(fileSystemMapping.networkURLForFileSystemURL("file:///Source/devtools", "file:///Source/devtools/file.txt"));
|
| next();
|
| },
|
|
|
|
|