| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/shared-worker-controlled.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/shared-worker-controlled.js b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/shared-worker-controlled.js
|
| deleted file mode 100644
|
| index 1ccc2fe3bdbe68ad200f7037fd5c68d768931834..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/shared-worker-controlled.js
|
| +++ /dev/null
|
| @@ -1,8 +0,0 @@
|
| -onconnect = function(e) {
|
| - var port = e.ports[0];
|
| - var xhr = new XMLHttpRequest();
|
| - xhr.onload = function() { port.postMessage(this.responseText); };
|
| - xhr.onerror = function(e) { port.postMessage(e); };
|
| - xhr.open('GET', 'dummy.txt?simple', true);
|
| - xhr.send();
|
| -};
|
|
|