Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html |
index a9afb21368b1fda34763dfba1247b6e3389aab78..d0cf115ebf7570789cf951c4adb6c481b17b9945 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-properties.html |
@@ -79,7 +79,7 @@ |
// notification's display promise has been resolved. |
if (event.data.command == 'show') { |
assert_true(event.data.success, 'The notification must have been displayed.'); |
- testRunner.simulateWebNotificationClick(scope); |
+ testRunner.simulateWebNotificationClick(scope, -1 /* action_index */); |
return; |
} |