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