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