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

Unified Diff: client/dom/templates/html/frog/html_frog.darttemplate

Issue 9464002: Implement automatically generated constructors for frog and dartium dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address code review comments Created 8 years, 9 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: client/dom/templates/html/frog/html_frog.darttemplate
diff --git a/client/dom/templates/html/frog/html_frog.darttemplate b/client/dom/templates/html/frog/html_frog.darttemplate
index 6bc2e2d700779751fdf55ba956ab43be96fa4594..5fe3f9179d0123907591ecfc16c03d3d1cf801f5 100644
--- a/client/dom/templates/html/frog/html_frog.darttemplate
+++ b/client/dom/templates/html/frog/html_frog.darttemplate
@@ -15,6 +15,7 @@ $!GENERATED_DART_FILES
#source('../dom/src/ReadyState.dart');
#source('../dom/src/TimeoutHandler.dart');
#source('../dom/src/_Collections.dart');
+#source('../dom/src/_XMLHttpRequestUtils.dart');
#source('../html/src/Measurement.dart');
#source('../html/src/shared_FactoryProviders.dart');
#source('../html/src/frog_FactoryProviders.dart');
@@ -66,4 +67,4 @@ _DocumentImpl get _document() native "return window.document.documentElement;";
// Workaround for tags like <cite> that lack their own Element subclass --
// Dart issue 1990.
class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" {
-}
+}

Powered by Google App Engine
This is Rietveld 408576698