| 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 18c63a9a88fc3709267494fe7a6435d29074c2ed..102308d2516998cccdbcc8a646c2fa13e2d7c11c 100644
|
| --- a/sdk/lib/html/html_common/html_common.dart
|
| +++ b/sdk/lib/html/html_common/html_common.dart
|
| @@ -9,6 +9,7 @@ import 'dart:html';
|
|
|
| part 'filtered_element_list.dart';
|
| part 'lists.dart';
|
| +part 'metadata.dart';
|
|
|
| // For annotating deprecated APIs.
|
| // TODO: remove once @deprecated is added to dart core.
|
|
|