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" { |
-} |
+} |