| 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 0e9c52646a059a76b657df94e15073ed14943275..7392945b34834f72a2310bf70150e39b0bf457d3 100644
|
| --- a/sdk/lib/html/html_common/html_common_dart2js.dart
|
| +++ b/sdk/lib/html/html_common/html_common_dart2js.dart
|
| @@ -6,6 +6,8 @@ library html_common;
|
|
|
| import 'dart:collection';
|
| import 'dart:html';
|
| +import 'dart:_js_helper' show Creates, Returns;
|
| +import 'dart:_foreign_helper' show JS;
|
|
|
| import 'metadata.dart';
|
| export 'metadata.dart';
|
|
|