| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| index e62a8e61be45e2445e2ed46c3a8eaef88b07e3a7..297a7f6f71bb0bc722a1397cf5580b7c0f220624 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| @@ -10,6 +10,7 @@
|
|
|
| function test()
|
| {
|
| + var testMapping = InspectorTest.initializeTestMapping();
|
| var fs = new InspectorTest.TestFileSystem("file:///var/www");
|
| var fsEntry = InspectorTest.addFooJSFile(fs);
|
| var scope = new Sources.SourcesSearchScope();
|
| @@ -28,7 +29,7 @@ function test()
|
|
|
| function addFileMapping(next)
|
| {
|
| - Workspace.fileSystemMapping.addFileMapping(fs.fileSystemPath, "http://127.0.0.1:8000", "/");
|
| + testMapping.addBinding("foo.js");
|
| InspectorTest.waitForBinding("foo.js").then(next);
|
| },
|
|
|
|
|