| Index: third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js
|
| index ac5d00a0d2678633a1658e85a9c015ca4f89fe96..7a86f499488360ac87a643323ce2301881b2f180 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js
|
| @@ -43,11 +43,11 @@ InspectorTest.TestFileSystem.prototype = {
|
|
|
| addFileMapping: function(urlPrefix, pathPrefix)
|
| {
|
| - var fileSystemMapping = new Workspace.FileSystemMapping(Workspace.isolatedFileSystemManager);
|
| + var fileSystemMapping = new Persistence.FileSystemMapping(Workspace.isolatedFileSystemManager);
|
| fileSystemMapping.addFileSystem(this.fileSystemPath);
|
| fileSystemMapping.addFileMapping(this.fileSystemPath, urlPrefix, pathPrefix);
|
| fileSystemMapping.dispose();
|
| - Workspace.fileSystemMapping._loadFromSettings();
|
| + Persistence.fileSystemMapping._loadFromSettings();
|
| },
|
|
|
| /**
|
|
|