| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html
|
| index 72ad928d2ac2ba076b536cafa66d8a49ffa290ba..8835222802fb321038534d7495079077363dfb22 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-click.html
|
| @@ -37,7 +37,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;
|
| }
|
|
|
|
|