| Index: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| index 79421682d8e36ed8107f2693ae59e011a17df0b1..0861add463d1645f10b7e9d6c17f42e978be3010 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| @@ -119,7 +119,7 @@ Sources.NavigatorView = class extends UI.VBox {
|
| */
|
| static appendAddFolderItem(contextMenu) {
|
| function addFolder() {
|
| - Workspace.isolatedFileSystemManager.addFileSystem();
|
| + Persistence.isolatedFileSystemManager.addFileSystem();
|
| }
|
|
|
| var addFolderLabel = Common.UIString('Add folder to workspace');
|
|
|