| Index: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html
|
| diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html
|
| index f7689c1b07e4c3fc30a6eb1a11da0a45444f21b0..3703f6795eba83408c4dc8f3d9d29a524107299f 100644
|
| --- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html
|
| +++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html
|
| @@ -5,7 +5,6 @@
|
|
|
| window.onload = function()
|
| {
|
| - if (window.testRunner)
|
| - testRunner.globalFlag = true;
|
| + window.parent.postMessage('ready', '*');
|
| }
|
| </script>
|
|
|