| Index: sdk/lib/html/html_common/html_common.dart
|
| diff --git a/sdk/lib/html/html_common/html_common.dart b/sdk/lib/html/html_common/html_common.dart
|
| index c504a37b77b81b2886cf7e0fb8b3acdebefc529e..a538266da713814d0ac2f1c5fcd529f8bdee773c 100644
|
| --- a/sdk/lib/html/html_common/html_common.dart
|
| +++ b/sdk/lib/html/html_common/html_common.dart
|
| @@ -6,6 +6,7 @@ library html_common;
|
|
|
| import 'dart:collection';
|
| import 'dart:html';
|
| +import 'dart:_internal' show WhereIterable;
|
|
|
| import 'metadata.dart';
|
| export 'metadata.dart';
|
|
|