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