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