Index: third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt b/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt |
index d8664c0bdd65cb122345c30c2c96c5ebd366595a..0668bbc387cca6ce54bd37932236d59432020afc 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt |
@@ -27,11 +27,11 @@ Dumping uiSourceCode location link texts: |
- bar.js:6 |
- baz.js:6 |
UISourceCode uri to url mappings: |
- filesystem:/var/www/localhost/foo.js -> http://localhost/foo.js |
- filesystem:/foo/bar/baz.js -> http://www.example.com/baz.js |
+ file:///var/www/localhost/foo.js -> http://localhost/foo.js |
+ file:///foo/bar/baz.js -> http://www.example.com/baz.js |
UISourceCode url to uri mappings: |
- http://localhost/foo.js -> filesystem:/var/www/localhost/foo.js |
- http://www.example.com/baz.js -> filesystem:/foo/bar/baz.js |
+ http://localhost/foo.js -> file:///var/www/localhost/foo.js |
+ http://www.example.com/baz.js -> file:///foo/bar/baz.js |
After revision added: |
UISourceCode: file:///var/www/localhost/foo.js |
UISourceCode is content script: false |