| Index: third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html
|
| index c9e17e54b23ada602f722bebc2024a6638965f52..bda02decbe90bef3fbb3df67705311180ea768df 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html
|
| @@ -65,7 +65,7 @@ function test()
|
| var paths = [];
|
| for (var i = 0; i < names.length; ++i)
|
| paths.push("/var/www/" + names[i]);
|
| - Workspace.isolatedFileSystemManager._onSearchCompleted({data: {requestId: requestId, fileSystemPath: path, files: paths}});
|
| + Persistence.isolatedFileSystemManager._onSearchCompleted({data: {requestId: requestId, fileSystemPath: path, files: paths}});
|
| }
|
| }
|
|
|
|
|