| Index: sdk/lib/html/html_common/html_common_dart2js.dart
|
| diff --git a/sdk/lib/html/html_common/html_common_dart2js.dart b/sdk/lib/html/html_common/html_common_dart2js.dart
|
| index 3afd5140047159b6fcf3991b203b02ab5851265a..9ad781d05bf5142c193f5a651ed0616feed2af9d 100644
|
| --- a/sdk/lib/html/html_common/html_common_dart2js.dart
|
| +++ b/sdk/lib/html/html_common/html_common_dart2js.dart
|
| @@ -10,6 +10,7 @@ import 'dart:typed_data';
|
| import 'dart:_js_helper' show Creates, Returns;
|
| import 'dart:_foreign_helper' show JS;
|
| import 'dart:_interceptors' show Interceptor, JSExtendableArray;
|
| +import 'dart:annotation' show deprecated;
|
|
|
| import 'metadata.dart';
|
| export 'metadata.dart';
|
|
|