Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html |
index 405c2cfdf6c1b0a19551e87964e93ec969a12fd2..ab2e86b91af95e2266dfd1510353e2ce2113de70 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html |
@@ -40,7 +40,7 @@ function test() |
function addFileMapping(next) |
{ |
InspectorTest.waitForBinding("foo.js").then(onBindingCreated); |
- Workspace.fileSystemMapping.addFileMapping(fs.fileSystemPath, "http://127.0.0.1:8000", "/"); |
+ Persistence.fileSystemMapping.addFileMapping(fs.fileSystemPath, "http://127.0.0.1:8000", "/"); |
function onBindingCreated(binding) |
{ |
@@ -52,7 +52,7 @@ function test() |
function removeFileMapping(next) |
{ |
Persistence.persistence.addEventListener(Persistence.Persistence.Events.BindingRemoved, onBindingRemoved); |
- Workspace.fileSystemMapping.removeFileMapping(fs.fileSystemPath, "http://127.0.0.1:8000", "/"); |
+ Persistence.fileSystemMapping.removeFileMapping(fs.fileSystemPath, "http://127.0.0.1:8000", "/"); |
function onBindingRemoved(event) |
{ |