| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html
|
| index 5b625fb49e77ec17ab9f67b77f9a8c3a51bf2935..b557818ed30da29fc0cb06c16cb1a182ae128de4 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html
|
| @@ -13,7 +13,7 @@ function test()
|
| var resourceScriptMapping;
|
| var defaultScriptMapping;
|
| var persistence;
|
| - var fileSystemProjectId = Bindings.FileSystemWorkspaceBinding.projectId("file:///var/www");
|
| + var fileSystemProjectId = Persistence.FileSystemWorkspaceBinding.projectId("file:///var/www");
|
|
|
| function createWorkspaceWithTarget()
|
| {
|
| @@ -60,7 +60,7 @@ function test()
|
| networkUISourceCode = InspectorTest.testWorkspace.uiSourceCode(Bindings.NetworkProject.projectId(target, target.resourceTreeModel.mainFrame, false), "http://localhost/html/foo.js");
|
| InspectorTest.addResult("Adding mapping between network and file system resources.");
|
|
|
| - var fileSystemPath = Bindings.FileSystemWorkspaceBinding.fileSystemPath(uiSourceCode.project().id());
|
| + var fileSystemPath = Persistence.FileSystemWorkspaceBinding.fileSystemPath(uiSourceCode.project().id());
|
| Workspace.fileSystemMapping.addMappingForResource(networkUISourceCode.url(), fileSystemPath, uiSourceCode.url());
|
| var setting = JSON.stringify(Workspace.fileSystemMapping._fileSystemMappingSetting.get());
|
|
|
|
|