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