| Index: third_party/WebKit/LayoutTests/http/tests/notifications/resources/test-helpers.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/resources/test-helpers.js b/third_party/WebKit/LayoutTests/http/tests/notifications/resources/test-helpers.js
|
| index b9c06b2b7eb514256471068e98f21763b4779ac8..fca5463c72841efe40fc2ad556868a9b1995d9ac 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/resources/test-helpers.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/resources/test-helpers.js
|
| @@ -7,7 +7,7 @@ function supportTestRunnerMessagesOnPort(messagePort)
|
|
|
| messagePort.addEventListener('message', function(message) {
|
| if (message.data.type == 'simulateWebNotificationClick')
|
| - testRunner.simulateWebNotificationClick(message.data.title);
|
| + testRunner.simulateWebNotificationClick(message.data.title, -1 /* action_index */);
|
| });
|
| }
|
|
|
|
|