Index: LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-string.html |
diff --git a/LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-string.html b/LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-string.html |
index 0470c229ea514cc73e8cce07559948feb8f0ac6e..9e33827571c0beb4a45ead77e460f00d9925b8d2 100644 |
--- a/LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-string.html |
+++ b/LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-string.html |
@@ -16,7 +16,7 @@ if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.waitUntilDone(); |
testRunner.evaluateScriptInIsolatedWorld( |
- 0, |
+ 1, |
"document.foo = 'PASS';\n" + |
"window.func = function () {\n" + |
" alert(document.foo);\n" + |