| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/postmessage-pong-worker.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/postmessage-pong-worker.js b/third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/postmessage-pong-worker.js
|
| deleted file mode 100644
|
| index 4a0d90b6182f02b12f044bc577b461c92e9d2100..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/postmessage-pong-worker.js
|
| +++ /dev/null
|
| @@ -1,4 +0,0 @@
|
| -self.addEventListener('message', function(event) {
|
| - if ('ping' in event.data)
|
| - event.data.ping.postMessage({pong: 'OK'});
|
| - });
|
|
|