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

Unified Diff: lib/html/templates/html/dart2js/html_dart2js.darttemplate

Issue 11047021: New cross frame base types (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regen dart:html Created 8 years, 2 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: lib/html/templates/html/dart2js/html_dart2js.darttemplate
diff --git a/lib/html/templates/html/dart2js/html_dart2js.darttemplate b/lib/html/templates/html/dart2js/html_dart2js.darttemplate
index 57431e9ce07181d75c6fc5f7ba3e5c47a5b92648..9b10fb218c285a07ef5ade69babb2ab42b77b1e1 100644
--- a/lib/html/templates/html/dart2js/html_dart2js.darttemplate
+++ b/lib/html/templates/html/dart2js/html_dart2js.darttemplate
@@ -12,6 +12,7 @@
$!GENERATED_DART_FILES
+#source('$AUXILIARY_DIR/CrossFrameTypes.dart');
#source('$AUXILIARY_DIR/EventListener.dart');
#source('$AUXILIARY_DIR/KeyLocation.dart');
#source('$AUXILIARY_DIR/KeyName.dart');
@@ -36,8 +37,8 @@ $!GENERATED_DART_FILES
#source('$AUXILIARY_DIR/_Lists.dart');
-Window get window() native "return window;";
-_WindowImpl get _window() native "return window;";
+LocalWindow get window() native "return window;";
+_LocalWindowImpl get _window() native "return window;";
Document get document() native "return document;";
« no previous file with comments | « lib/html/src/native_DOMImplementation.dart ('k') | lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698