Chromium Code Reviews| 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 ffeb98c03f58ed3eafb072087a971c099d40a8c3..8086878ca05c59a1a90324a0695ce6a2e9f9c335 100644 |
| --- a/sdk/lib/html/html_common/html_common.dart |
| +++ b/sdk/lib/html/html_common/html_common.dart |
| @@ -4,4 +4,7 @@ |
| library html_common; |
| +import 'dart:html'; |
| + |
| +part 'filtered_element_list.dart'; |
| part 'lists.dart'; |