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