Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-direction.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-direction.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-direction.html |
index fccc242c858b09ea5a044c0f33af46242f9edd15..71fe2a3cec5349d88f64b435683346887d79911c 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-direction.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-direction.html |
@@ -29,7 +29,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) { |