| Index: LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html b/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
|
| index c27fbd597eaaf5e8bbfcec80d9437cce645bd811..be5f5bf245c702af2b7178e5190d4950f19cf8c1 100644
|
| --- a/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
|
| +++ b/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
|
| @@ -22,8 +22,8 @@ promise_test(function(t) {
|
| });
|
| var worker = frame.contentWindow.navigator.serviceWorker.controller;
|
|
|
| - frame.remove();
|
| worker.postMessage({port: channel.port2}, [channel.port2]);
|
| + frame.remove();
|
| return saw_message;
|
| })
|
| .then(function(message) {
|
|
|