Chromium Code Reviews| 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 61e3519bc667b85cad0a6b7f2cf4b0122802e08e..5fe2a30168122e4e77b29a765b38a86cc8d1629f 100644 |
| --- a/sdk/lib/html/html_common/html_common.dart |
| +++ b/sdk/lib/html/html_common/html_common.dart |
| @@ -13,6 +13,8 @@ import 'dart:nativewrappers'; |
| import 'dart:typed_data'; |
| import 'dart:web_gl' as gl; |
| +import 'dart:_js_helper'; |
| + |
| import 'metadata.dart'; |
| export 'metadata.dart'; |
| @@ -21,4 +23,4 @@ part 'device.dart'; |
| part 'filtered_element_list.dart'; |
| part 'lists.dart'; |
| part 'conversions.dart'; |
| -part 'conversions_dartium.dart'; |
| +part 'conversions_dart2js.dart'; |
|
Alan Knight
2017/08/30 22:54:49
Wait, how did this work at all if it was explicitl
terry
2017/08/31 14:29:30
The file conversion_dart2js.dart isn't needed but
|