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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js

Issue 435453002: [ServiceWorker] Update formatting for tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/sync-xhr-doesnt-deadlock.js
diff --git a/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js b/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js
index 61688a16d29deaf3a5f9ecc6bb8fa06c88d184ea..3e9093de5a1353335aaa9d52d6060348076cbe10 100644
--- a/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js
+++ b/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js
@@ -2,4 +2,4 @@ self.onfetch = function(event) {
if (event.request.url.indexOf('sync-xhr-doesnt-deadlock.data') == -1)
return;
event.respondWith(fetch('404resource?bustcache=' + Date.now()));
-}
+};

Powered by Google App Engine
This is Rietveld 408576698