| Index: third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| index bb1a6f2881b278bf57209c94b08ef58a6e8be4be..997c16003a01dd8f29e11e1ff826a34f7f6be0bc 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| @@ -4,7 +4,7 @@ InspectorTest.createWorkspace = function(ignoreEvents)
|
| {
|
| if (InspectorTest.testFileSystemWorkspaceBinding)
|
| InspectorTest.testFileSystemWorkspaceBinding.dispose();
|
| - Workspace.fileSystemMapping.resetForTesting();
|
| + Persistence.fileSystemMapping.resetForTesting();
|
|
|
| InspectorTest.testTargetManager = new SDK.TargetManager();
|
| InspectorTest.testWorkspace = new Workspace.Workspace();
|
|
|