Index: third_party/WebKit/LayoutTests/http/tests/notifications/resources/click-event-test.js |
diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/resources/click-event-test.js b/third_party/WebKit/LayoutTests/http/tests/notifications/resources/click-event-test.js |
index c9a135e3861cf92a2f3df85b8f51a4b4f6f9f848..827001665a9067ff295098dbb61acdfc1f626bd3 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/notifications/resources/click-event-test.js |
+++ b/third_party/WebKit/LayoutTests/http/tests/notifications/resources/click-event-test.js |
@@ -12,7 +12,7 @@ async_test(function(test) { |
var notification = new Notification('My Notification'); |
notification.addEventListener('show', function() { |
if (testRunner) |
- testRunner.simulateWebNotificationClick('My Notification'); |
+ testRunner.simulateWebNotificationClick('My Notification', -1 /* action_index */); |
}); |
notification.addEventListener('click', function() { |