| 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 b62f5ad99151e5feb277775cf5e010d06b427d06..61e3519bc667b85cad0a6b7f2cf4b0122802e08e 100644
|
| --- a/sdk/lib/html/html_common/html_common.dart
|
| +++ b/sdk/lib/html/html_common/html_common.dart
|
| @@ -13,8 +13,6 @@ import 'dart:nativewrappers';
|
| import 'dart:typed_data';
|
| import 'dart:web_gl' as gl;
|
|
|
| -import 'dart:_js_helper';
|
| -
|
| import 'metadata.dart';
|
| export 'metadata.dart';
|
|
|
| @@ -23,3 +21,4 @@ part 'device.dart';
|
| part 'filtered_element_list.dart';
|
| part 'lists.dart';
|
| part 'conversions.dart';
|
| +part 'conversions_dartium.dart';
|
|
|