| Index: third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project.html b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| index ef42204ab31f6b24649356cae6d78ea84fc289d2..1348bf742cf075a79176c4f95b769836d7941260 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| @@ -219,7 +219,7 @@ function test()
|
|
|
| function dumpGitFolders()
|
| {
|
| - var isolatedFileSystem = Workspace.isolatedFileSystemManager.fileSystem("file:///var/www3");
|
| + var isolatedFileSystem = Persistence.isolatedFileSystemManager.fileSystem("file:///var/www3");
|
| var folders = isolatedFileSystem.initialGitFolders();
|
| folders.sort();
|
| for (var gitFolder of folders)
|
|
|