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

Unified Diff: LayoutTests/plugins/npruntime/overrides-all-properties.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/plugins/npruntime/overrides-all-properties.html
diff --git a/LayoutTests/plugins/npruntime/overrides-all-properties.html b/LayoutTests/plugins/npruntime/overrides-all-properties.html
index ae2d0a37c03ae42cb6a296f8c1414cae73a73a7b..7cbc04b4a9a52fc825b800e693015e884f6c0c5c 100644
--- a/LayoutTests/plugins/npruntime/overrides-all-properties.html
+++ b/LayoutTests/plugins/npruntime/overrides-all-properties.html
@@ -12,7 +12,7 @@ function runTest() {
return;
}
- testRunner.evaluateScriptInIsolatedWorld(0, " \
+ testRunner.evaluateScriptInIsolatedWorld(1, " \
function test(msg, expected) \
{ \
var console = document.getElementById('console'); \

Powered by Google App Engine
This is Rietveld 408576698