Index: tools/dom/templates/html/dart2js/svg_dart2js.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate b/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate |
index 3a26fa8f8a76710895144592f866db80febea162..bb5a01dad3b8031b3413d0f40c345bea8074ef74 100644 |
--- a/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate |
+++ b/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate |
@@ -8,6 +8,9 @@ import 'dart:collection'; |
import 'dart:collection-dev'; |
import 'dart:html'; |
import 'dart:html_common'; |
+import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSName; |
+import 'dart:_foreign_helper' show JS; |
+ |
part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart'; |