| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| index 297a7f6f71bb0bc722a1397cf5580b7c0f220624..8c73fcc5df8c3373e69348e88492f04d107f318f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files.html
|
| @@ -49,7 +49,7 @@ function test()
|
| function reply()
|
| {
|
| var paths = ["/var/www" + fsEntry.fullPath];
|
| - Workspace.isolatedFileSystemManager._onSearchCompleted({data: {requestId: requestId, fileSystemPath: path, files: paths}});
|
| + Persistence.isolatedFileSystemManager._onSearchCompleted({data: {requestId: requestId, fileSystemPath: path, files: paths}});
|
| }
|
| }
|
| };
|
|
|