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())); |
-} |
+}; |