| 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 dbf9352ba92e3952ade9e72279a31be379f03310..3afd5140047159b6fcf3991b203b02ab5851265a 100644
|
| --- a/sdk/lib/html/html_common/html_common_dart2js.dart
|
| +++ b/sdk/lib/html/html_common/html_common_dart2js.dart
|
| @@ -9,7 +9,7 @@ import 'dart:html';
|
| import 'dart:typed_data';
|
| import 'dart:_js_helper' show Creates, Returns;
|
| import 'dart:_foreign_helper' show JS;
|
| -import 'dart:_interceptors' show JSExtendableArray;
|
| +import 'dart:_interceptors' show Interceptor, JSExtendableArray;
|
|
|
| import 'metadata.dart';
|
| export 'metadata.dart';
|
|
|