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 bcfc0511113cc5288453b41dcc98bee673afec26..2460a119660af39236bd384431d101594480292e 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 |
@@ -24,7 +24,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) |
{ |