| Index: LayoutTests/http/tests/security/isolatedWorld/storage-prototype.html
|
| diff --git a/LayoutTests/http/tests/security/isolatedWorld/storage-prototype.html b/LayoutTests/http/tests/security/isolatedWorld/storage-prototype.html
|
| index 8e499596afb6a342bab2420107d8bb1bc278b22a..79b0a17dcbcdca5f5d68bab4fdb7b5e2448e71f8 100644
|
| --- a/LayoutTests/http/tests/security/isolatedWorld/storage-prototype.html
|
| +++ b/LayoutTests/http/tests/security/isolatedWorld/storage-prototype.html
|
| @@ -10,7 +10,7 @@ sessionStorage.__proto__.foo = "FAIL: Visible in isolated world.";
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.evaluateScriptInIsolatedWorld(
|
| - 0,
|
| + 1,
|
| "document.getElementById('console').innerHTML = localStorage.foo + ' and ' + sessionStorage.foo");
|
| }
|
| </script>
|
|
|