Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-close.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-close.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-close.html |
index 965fba84c6a15c51fb2f4e0b4c6cd5d8b26eb24f..95d1fdc0d061b0737d040822490bb69e6d6a73a8 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-close.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-close.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) { |