| 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 0b5e807d4203493d94923e675cbd021ffff15577..e5b4919b52bc6a715a506b0d97d4653de51d0141 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
|
| @@ -61,11 +61,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();
|
| },
|
|
|
| /**
|
|
|