Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/notificationclick-can-openwindow.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/notificationclick-can-openwindow.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/notificationclick-can-openwindow.html |
index bf5866c8c970baf6f2e1efcd11fd99e44169cb76..ec36036278143eaafe520d424786ff39ee8e6979 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/notificationclick-can-openwindow.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/notificationclick-can-openwindow.html |
@@ -39,7 +39,7 @@ t.step(function() { |
if (message.type !== 'click') |
return; |
if (window.testRunner) |
- testRunner.simulateWebNotificationClick(message.title); |
+ testRunner.simulateWebNotificationClick(message.title, -1 /* action_index */); |
return; |
} |