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