| Index: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js
|
| index fb43ae1fa351042a28abae23c97acccc1760c32e..8e019a598ef71c4de54b8a2f9530ec12e2f1777b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js
|
| @@ -6,6 +6,8 @@ function createIFrame(origin, type) {
|
| file = "post-addressspace-to-parent.html?csp";
|
| } else if (type == "worker") {
|
| file = "post-addressspace-from-worker.html";
|
| + } else if (type == "sharedworker") {
|
| + file = "post-addressspace-from-sharedworker.html";
|
| }
|
|
|
| var i = document.createElement('iframe');
|
|
|