| Index: LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.html
|
| diff --git a/LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.html b/LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.html
|
| index 004bcfce34894061152621acbc37dc07ec871db4..45993a76357fe2ba0016684f9f64399963989e87 100644
|
| --- a/LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.html
|
| +++ b/LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.html
|
| @@ -15,7 +15,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" +
|
|
|