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

Unified Diff: LayoutTests/dart/resources/multi-wrapper-frame-child.html

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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/dart/resources/multi-wrapper-frame-child.html
diff --git a/LayoutTests/dart/resources/multi-wrapper-frame-child.html b/LayoutTests/dart/resources/multi-wrapper-frame-child.html
index 9e663cb2709e92026af50c89465ca0cbbed1ef71..fddbd1e98dea9b6e294c048b91308b688c263c64 100644
--- a/LayoutTests/dart/resources/multi-wrapper-frame-child.html
+++ b/LayoutTests/dart/resources/multi-wrapper-frame-child.html
@@ -26,9 +26,9 @@ void main() {
childLocation = window.location;
parentWindow = context['parent'];
- parentDocument = context['parent']['document'];
- parentHistory = context['parent']['history'];
- parentLocation = context['parent']['location'];
+ parentDocument = parentWindow.document;
+ parentHistory = parentWindow.history;
+ parentLocation = parentWindow.location;
}
</script>
« no previous file with comments | « LayoutTests/dart/multiscript-js-interop-expected.txt ('k') | Source/bindings/core/dart/DartApplicationLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698