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