| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html
|
| index c4aef5d2a6df8c2a1d5383a85da9fbb594497cc6..eb41cbc8d75e9293cc19d74de923606976fdd0d9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html
|
| @@ -9,6 +9,7 @@
|
|
|
| function test()
|
| {
|
| + var testMapping = InspectorTest.initializeTestMapping();
|
| var fs = new InspectorTest.TestFileSystem("file:///var/www");
|
| var fsEntry = InspectorTest.addFooJSFile(fs);
|
|
|
| @@ -22,8 +23,8 @@ function test()
|
|
|
| function addFileMapping(next)
|
| {
|
| + testMapping.addBinding("foo.js");
|
| InspectorTest.waitForBinding("foo.js").then(onBindingCreated);
|
| - Workspace.fileSystemMapping.addFileMapping(fs.fileSystemPath, "http://127.0.0.1:8000", "/");
|
|
|
| function onBindingCreated(binding)
|
| {
|
|
|