| 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 a538266da713814d0ac2f1c5fcd529f8bdee773c..42cf71ae60d0d445996e42f334d45838e683bd4d 100644
|
| --- a/sdk/lib/html/html_common/html_common.dart
|
| +++ b/sdk/lib/html/html_common/html_common.dart
|
| @@ -4,9 +4,12 @@
|
|
|
| library html_common;
|
|
|
| +import 'dart:async';
|
| import 'dart:collection';
|
| import 'dart:html';
|
| +import 'dart:js' as js;
|
| import 'dart:_internal' show WhereIterable;
|
| +import 'dart:web_gl' as gl;
|
|
|
| import 'metadata.dart';
|
| export 'metadata.dart';
|
| @@ -15,3 +18,5 @@ part 'css_class_set.dart';
|
| part 'device.dart';
|
| part 'filtered_element_list.dart';
|
| part 'lists.dart';
|
| +part 'conversions.dart';
|
| +part 'conversions_dartium.dart';
|
|
|