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 e82300802a7544c3c1c3976f85d47cc2d7e10531..9dcd5b941908fd8b9fafca7f6317e65d3aa0c5d7 100644 |
--- a/sdk/lib/html/html_common/html_common_dart2js.dart |
+++ b/sdk/lib/html/html_common/html_common_dart2js.dart |
@@ -6,6 +6,7 @@ library html_common; |
import 'dart:collection'; |
import 'dart:html'; |
+import 'dart:_internal' show WhereIterable; |
import 'dart:web_gl' as gl; |
import 'dart:_native_typed_data'; |
import 'dart:_js_helper' show Creates, Returns; |