| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js
|
| deleted file mode 100644
|
| index 3e9093de5a1353335aaa9d52d6060348076cbe10..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/sync-xhr-doesnt-deadlock.js
|
| +++ /dev/null
|
| @@ -1,5 +0,0 @@
|
| -self.onfetch = function(event) {
|
| - if (event.request.url.indexOf('sync-xhr-doesnt-deadlock.data') == -1)
|
| - return;
|
| - event.respondWith(fetch('404resource?bustcache=' + Date.now()));
|
| -};
|
|
|