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

Unified Diff: lib/html/templates/html/dartium/html_dartium.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/dartium/html_dartium.darttemplate
diff --git a/lib/html/templates/html/dartium/html_dartium.darttemplate b/lib/html/templates/html/dartium/html_dartium.darttemplate
index a87f8eddec5b0503a07302f48262eec8cd34d95f..f94862362790d6c729aa167a56e520c2912584d7 100644
--- a/lib/html/templates/html/dartium/html_dartium.darttemplate
+++ b/lib/html/templates/html/dartium/html_dartium.darttemplate
@@ -13,6 +13,7 @@
$!GENERATED_DART_FILES
+#source('$AUXILIARY_DIR/CrossFrameTypes.dart');
#source('$AUXILIARY_DIR/EventListener.dart');
#source('$AUXILIARY_DIR/KeyLocation.dart');
#source('$AUXILIARY_DIR/KeyName.dart');
@@ -34,9 +35,9 @@ $!GENERATED_DART_FILES
#source('$AUXILIARY_DIR/native_DOMPublic.dart');
#source('$AUXILIARY_DIR/native_DOMImplementation.dart');
-Window __window;
+LocalWindow __window;
-Window get window {
+LocalWindow get window {
if (__window !== null) {
return __window;
}
@@ -44,7 +45,7 @@ Window get window {
return __window;
}
-Window get _window native "Utils_window";
+LocalWindow get _window native "Utils_window";
Document __document;

Powered by Google App Engine
This is Rietveld 408576698