Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.html

Issue 13954010: Eliminate "temporary" and "uninitialized" isolated worlds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" +

Powered by Google App Engine
This is Rietveld 408576698