| Index: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-from-sharedworker.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-from-sharedworker.html b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-from-sharedworker.html
|
| index 79fa7169c574be78773387ca2d7ac7f01155dd7a..102908da01e7fd3694a9f52ddcfadb8e4709501a 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-from-sharedworker.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/post-addressspace-from-sharedworker.html
|
| @@ -1,5 +1,6 @@
|
| <script>
|
| var w = new SharedWorker("/security/cors-rfc1918/resources/post-addressspace-to-owner.js");
|
| + w.onerror = function (e) { window.parent.postMessage({ "origin": e.name }, "*"); }
|
| w.port.onmessage = function (e) {
|
| window.parent.postMessage(e.data, "*");
|
| }
|
|
|