| Index: LayoutTests/http/tests/security/isolatedWorld/all-window-properties.html
|
| diff --git a/LayoutTests/http/tests/security/isolatedWorld/all-window-properties.html b/LayoutTests/http/tests/security/isolatedWorld/all-window-properties.html
|
| index 5bda593bb46e7204d3bebd68c461c40f7c9aaa8d..0350866c6b8473648f0bc0f817b25a2b9a0690b9 100644
|
| --- a/LayoutTests/http/tests/security/isolatedWorld/all-window-properties.html
|
| +++ b/LayoutTests/http/tests/security/isolatedWorld/all-window-properties.html
|
| @@ -13,7 +13,7 @@ for (p in window) {
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.evaluateScriptInIsolatedWorld(
|
| - 0,
|
| + 1,
|
| "(function() {\n" +
|
| " for (p in window) {\n" +
|
| " var obj = window[p];\n" +
|
|
|