| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-openwindow-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-openwindow-crash.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-openwindow-crash.html
|
| index 4e956178ea21f1d2e70a1463aa9300c17739a402..8ed8fb9954754efd9fa8a3835da932818d91f15f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-openwindow-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-openwindow-crash.html
|
| @@ -27,7 +27,7 @@
|
| });
|
| }).then(function() {
|
| // (2) Simulate a click on the notification, invokes the Service Worker event.
|
| - testRunner.simulateWebNotificationClick(scope);
|
| + testRunner.simulateWebNotificationClick(scope, -1 /* action_index */);
|
|
|
| workerInfo.port.addEventListener('message', function(event) {
|
| if (typeof event.data != 'object' || !event.data.command) {
|
|
|