Index: tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate b/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate |
index c6d31c0771f7844467f08a666811b310a83f7f46..292f1fda508665aaf6cafde23a869b2e0722b1f3 100644 |
--- a/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate |
+++ b/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate |
@@ -8,7 +8,7 @@ |
library dart.dom.web_gl; |
import 'dart:collection'; |
-import 'dart:_internal'; |
+import 'dart:_internal' show FixedLengthListMixin; |
import 'dart:html'; |
import 'dart:html_common'; |
import 'dart:_native_typed_data'; |