| 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;
|
|
|
|
|