Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: LayoutTests/http/tests/serviceworker/resources/fetch-body-stream-worker.js

Issue 515323002: Revert of ServiceWorker: throw when close() or terminate() called (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
});
});
-}
+}
« no previous file with comments | « LayoutTests/http/tests/serviceworker/interfaces.html ('k') | LayoutTests/http/tests/serviceworker/resources/fetch-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698