| Index: third_party/WebKit/LayoutTests/http/tests/notifications/instrumentation-service-worker.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/instrumentation-service-worker.js b/third_party/WebKit/LayoutTests/http/tests/notifications/instrumentation-service-worker.js
|
| index fcda391abc6355b4f95dbdde4b57451606a12040..d9fa071eb1fb2379e201d94741082b33c9c63fd5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/instrumentation-service-worker.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/instrumentation-service-worker.js
|
| @@ -112,7 +112,8 @@ addEventListener('notificationclick', event => {
|
|
|
| messagePort.postMessage({ command: 'click',
|
| notification: notificationCopy,
|
| - action: event.action });
|
| + action: event.action,
|
| + reply: event.reply });
|
| });
|
|
|
| addEventListener('notificationclose', event => {
|
|
|