| Index: dart/sdk/lib/html/html_common/html_common_dart2js.dart
|
| diff --git a/dart/sdk/lib/html/html_common/html_common_dart2js.dart b/dart/sdk/lib/html/html_common/html_common_dart2js.dart
|
| index 1cd0cb38f5e6f735c9893257d1025a554ad04559..e82300802a7544c3c1c3976f85d47cc2d7e10531 100644
|
| --- a/dart/sdk/lib/html/html_common/html_common_dart2js.dart
|
| +++ b/dart/sdk/lib/html/html_common/html_common_dart2js.dart
|
| @@ -12,8 +12,8 @@ import 'dart:_js_helper' show Creates, Returns;
|
| import 'dart:_foreign_helper' show JS;
|
| import 'dart:_interceptors' show Interceptor, JSExtendableArray;
|
|
|
| -import 'metadata.dart';
|
| -export 'metadata.dart';
|
| +import 'dart:_metadata';
|
| +export 'dart:_metadata';
|
|
|
| part 'css_class_set.dart';
|
| part 'conversions.dart';
|
|
|