| Index: third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js b/third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js
|
| index e852a40c30346a6940d7d5fad1626d088f90d246..6f80b9af51d175f5fa62d513bb7c025d46806659 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js
|
| @@ -515,7 +515,7 @@ WebInspector.FileSystemWorkspaceBinding.FileSystem.prototype = {
|
| */
|
| excludeFolder: function(path)
|
| {
|
| - this._fileSystemWorkspaceBinding._isolatedFileSystemManager.excludedFolderManager().addExcludedFolder(this._fileSystem.path(), path);
|
| + this._fileSystem.addExcludedFolder(path);
|
| },
|
|
|
| /**
|
|
|