| Index: LayoutTests/http/tests/security/isolatedWorld/click-event.html
|
| diff --git a/LayoutTests/http/tests/security/isolatedWorld/click-event.html b/LayoutTests/http/tests/security/isolatedWorld/click-event.html
|
| index 685fe75010803e0838f70a3d0fb26f31cec6fc81..fe9ff0f9c155905af540d0bcc5a1cc4381665769 100644
|
| --- a/LayoutTests/http/tests/security/isolatedWorld/click-event.html
|
| +++ b/LayoutTests/http/tests/security/isolatedWorld/click-event.html
|
| @@ -15,7 +15,7 @@ bt.click();
|
| document.body.world = 'Main';
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| - testRunner.evaluateScriptInIsolatedWorld(0, document.getElementById('isolatedScript').innerHTML);
|
| + testRunner.evaluateScriptInIsolatedWorld(1, document.getElementById('isolatedScript').innerHTML);
|
| }
|
| </script>
|
| </body>
|
|
|