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