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

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

Issue 10080008: Do not delete DOMStringMap and DOMStringList types from idl database. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added empty DOMStringList implementation. Created 8 years, 8 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
« no previous file with comments | « lib/dom/src/native_DOMImplementation.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/native/dom_public.darttemplate
diff --git a/lib/dom/templates/dom/native/dom_public.darttemplate b/lib/dom/templates/dom/native/dom_public.darttemplate
index 55e7a0429495a8dd2cbf2f1a951a39e138d775aa..44779afbad75893adfc521769474dbf5fa013fdb 100644
--- a/lib/dom/templates/dom/native/dom_public.darttemplate
+++ b/lib/dom/templates/dom/native/dom_public.darttemplate
@@ -9,6 +9,8 @@
#import("dart:domimpl");
#import("dart:isolate");
+#source('$AUXILIARY_DIR/DOMStringList.dart');
+#source('$AUXILIARY_DIR/DOMStringMap.dart');
#source('$AUXILIARY_DIR/DOMType.dart');
#source('$AUXILIARY_DIR/EventListener.dart');
#source('$AUXILIARY_DIR/KeyLocation.dart');
« no previous file with comments | « lib/dom/src/native_DOMImplementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698