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 f31c8414595c411517356961edda786a4379bc85..e82af33d5343c8ddbdfc6f3fc2913762b7aca3e6 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/file-system-project.html |
+++ b/third_party/WebKit/LayoutTests/inspector/file-system-project.html |
@@ -188,7 +188,7 @@ function test() |
dumpWorkspaceUISourceCodes(); |
dir.addFile("bar.js", ""); |
- InspectorFrontendHost.events.dispatchEventToListeners(InspectorFrontendHostAPI.Events.FileSystemFilesChanged, ["/var/www4/html/bar.js"]); |
+ InspectorFrontendHost.events.dispatchEventToListeners(InspectorFrontendHostAPI.Events.FileSystemFilesChanged, {changedPaths: ["/var/www4/html/bar.js"], addedPaths: [], removedPaths: []}); |
InspectorTest.addResult("-- File added externally --"); |
dumpWorkspaceUISourceCodes(); |