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 88e35b7c29247234ba4f0ae35f6f600f7742172c..f3f47f9cf305dfef135da96456efc603ddaf5841 100644 |
--- a/LayoutTests/http/tests/serviceworker/resources/fetch-body-stream-worker.js |
+++ b/LayoutTests/http/tests/serviceworker/resources/fetch-body-stream-worker.js |
@@ -8,7 +8,6 @@ self.onmessage = function(e) { |
function quit(port) { |
port.postMessage('quit'); |
- self.close(); |
} |
function doFetchTwiceTest(port) { |
@@ -92,4 +91,4 @@ function doTextTest(port) { |
doJSONTest(port); |
}); |
}); |
-} |
+} |