| Index: LayoutTests/http/tests/serviceworker/resources/fetch-body-stream-worker.js
|
| diff --git a/LayoutTests/http/tests/serviceworker/resources/fetch-body-stream-worker.js b/LayoutTests/http/tests/serviceworker/resources/fetch-body-stream-worker.js
|
| index f3f47f9cf305dfef135da96456efc603ddaf5841..88e35b7c29247234ba4f0ae35f6f600f7742172c 100644
|
| --- a/LayoutTests/http/tests/serviceworker/resources/fetch-body-stream-worker.js
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/fetch-body-stream-worker.js
|
| @@ -8,6 +8,7 @@
|
|
|
| function quit(port) {
|
| port.postMessage('quit');
|
| + self.close();
|
| }
|
|
|
| function doFetchTwiceTest(port) {
|
| @@ -91,4 +92,4 @@
|
| doJSONTest(port);
|
| });
|
| });
|
| -}
|
| +}
|
|
|