Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
index a8c0c3266afc99ac7359974cdc6b369a3892a8c4..cc2f4f928d2879981d1d0ddc998e729d11afb0fc 100644 |
--- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
+++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate |
@@ -62,7 +62,7 @@ import 'dart:_interceptors' show |
getNativeInterceptor, |
setDispatchProperty; |
import 'dart:_isolate_helper' show IsolateNatives; |
-import 'dart:_foreign_helper' show JS, JS_INTERCEPTOR_CONSTANT, JS_CONST; |
+import 'dart:_foreign_helper' show JS, JS_INTERCEPTOR_CONSTANT; |
export 'dart:math' show Rectangle, Point; |
@@ -155,4 +155,3 @@ createCustomUpgrader(Type customElementClass, $this) => $this; |
@Experimental() // untriaged |
typedef void FontFaceSetForEachCallback( |
FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set); |
- |