Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-click.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-click.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-click.html |
index aff665b8ae1279942fc0a4cb7d8f12b77f18508b..1a4cb97a8c10d36b94a2adf2b2b63f8245dd06ee 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-click.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-click.html |
@@ -31,7 +31,7 @@ |
}); |
}).then(function() { |
// (2) Simulate a click on the notification that has been displayed. |
- testRunner.simulateWebNotificationClick(scope); |
+ testRunner.simulateWebNotificationClick(scope, -1 /* action_index */); |
workerInfo.port.addEventListener('message', function(event) { |
if (typeof event.data != 'object' || !event.data.command) { |