Index: LayoutTests/http/tests/security/isolatedWorld/global-variables.html |
diff --git a/LayoutTests/http/tests/security/isolatedWorld/global-variables.html b/LayoutTests/http/tests/security/isolatedWorld/global-variables.html |
index de5b346d1cc933ae6cb71df15466bdf2be53c975..8880e554e1a1f2aa23fbf1679487561f15fa27ce 100644 |
--- a/LayoutTests/http/tests/security/isolatedWorld/global-variables.html |
+++ b/LayoutTests/http/tests/security/isolatedWorld/global-variables.html |
@@ -7,7 +7,7 @@ var foo = "FAIL: Visible in isolated world."; |
if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.evaluateScriptInIsolatedWorld( |
- 0, |
+ 1, |
"document.getElementById('console').innerHTML = window.foo"); |
} |
</script> |