| 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 1e6f041d8cddfb4a32e2f3c66ac38402747db142..d524d239e1654618a9724fb6e32cc55edb3bc938 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,6 @@ InspectorTest.createWorkspace = function(ignoreEvents)
|
| {
|
| WebInspector.settings.createSetting("fileSystemMapping", {}).set({});
|
| InspectorTest.testFileSystemMapping = new WebInspector.FileSystemMapping();
|
| - InspectorTest.testExcludedFolderManager = new WebInspector.ExcludedFolderManager();
|
| InspectorTest.testFileSystemMapping._fileSystemMappingSetting = new InspectorTest.MockSetting({});
|
| InspectorTest.testFileSystemMapping._excludedFoldersSetting = new InspectorTest.MockSetting({});
|
|
|
|
|