| Index: third_party/WebKit/LayoutTests/inspector/file-system-mapping.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-mapping.html b/third_party/WebKit/LayoutTests/inspector/file-system-mapping.html
|
| index 78f73e70e83ed66853e352384a5b756d7b75cfd7..869624de2ba1a8baf560ed6e29758248f048af57 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/file-system-mapping.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/file-system-mapping.html
|
| @@ -87,7 +87,7 @@ function test()
|
| }
|
|
|
| // At first create file system mapping and clear it.
|
| - var fileSystemMapping = new WebInspector.FileSystemMapping();
|
| + var fileSystemMapping = new Workspace.FileSystemMapping();
|
| var fileSystemPaths = Object.keys(fileSystemMapping._fileSystemMappings);
|
| for (var i = 0; i < fileSystemPaths.length; ++i)
|
| fileSystemMapping.removeFileSystem(fileSystemPaths[i]);
|
| @@ -130,7 +130,7 @@ function test()
|
|
|
| // Then create another file mapping to make sure it is correctly restored from the settings.
|
| InspectorTest.addResult("Creating another file system mapping.");
|
| - var fileSystemMapping = new WebInspector.FileSystemMapping();
|
| + var fileSystemMapping = new Workspace.FileSystemMapping();
|
| checkAndDumpFileSystemMapping(fileSystemMapping);
|
|
|
| // Now remove file mappings.
|
|
|