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

Unified Diff: lib/dom/templates/dom/native/dom_impl.darttemplate

Issue 10332144: Move html events generation to domimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 7 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/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');

Powered by Google App Engine
This is Rietveld 408576698