| Index: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-override-test.html
|
| diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-override-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-override-test.html
|
| index 02a0df569d580dbbc6d05e290986c6265765feb1..1fac1354c2a579864233732ac9a24269556fb9ba 100644
|
| --- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-override-test.html
|
| +++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-get-override-test.html
|
| @@ -8,8 +8,7 @@
|
|
|
| window.onload = function()
|
| {
|
| - if (window.testRunner)
|
| - testRunner.globalFlag = true;
|
| + window.parent.postMessage('ready', '*');
|
| }
|
| </script>
|
| </head>
|
|
|