Index: sdk/lib/html/html_common/html_common_dart2js.dart |
diff --git a/sdk/lib/html/html_common/html_common_dart2js.dart b/sdk/lib/html/html_common/html_common_dart2js.dart |
index ae39e4157be9718740873e48fe183236f3a066e8..3e2d10dad267e085550d427e30b4b1951cb53327 100644 |
--- a/sdk/lib/html/html_common/html_common_dart2js.dart |
+++ b/sdk/lib/html/html_common/html_common_dart2js.dart |
@@ -7,6 +7,8 @@ library html_common; |
import 'dart:collection'; |
import 'dart:collection-dev'; |
import 'dart:html'; |
+import 'dart:_js_helper' show Creates, Returns; |
+import 'dart:_foreign_helper' show JS; |
import 'metadata.dart'; |
export 'metadata.dart'; |