| Index: lib/dom/templates/dom/native/dom_impl.darttemplate
|
| diff --git a/lib/dom/templates/dom/native/dom_impl.darttemplate b/lib/dom/templates/dom/native/dom_impl.darttemplate
|
| index da15766aed953368c31900a80e7e656f51beb50b..4d3816fde0e1a264d1a37e1cfa0923c80080e0e1 100644
|
| --- a/lib/dom/templates/dom/native/dom_impl.darttemplate
|
| +++ b/lib/dom/templates/dom/native/dom_impl.darttemplate
|
| @@ -8,11 +8,13 @@
|
|
|
| #import("dart:coreimpl");
|
| #import("dart:dom_deprecated");
|
| +#import('dart:html', prefix:'html');
|
| #import("dart:isolate");
|
| #import("dart:nativewrappers");
|
|
|
| #source('$AUXILIARY_DIR/native_DOMWrapperBase.dart');
|
| #source('$AUXILIARY_DIR/native_DOMImplementation.dart');
|
| +#source('$AUXILIARY_DIR/native_EventsImplementation.dart');
|
| #source('$AUXILIARY_DIR/native_FactoryProvidersImplementation.dart');
|
| #source('$AUXILIARY_DIR/_Collections.dart');
|
| #source('$AUXILIARY_DIR/_ListIterators.dart');
|
|
|