| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index a63c557a404149fd8270d76bbb72cc7a437563ac..d6a8d53ebe8ffbe0ba1b059a1de923388edfa524 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -26,7 +26,7 @@ library dart.dom.html;
|
|
|
| import 'dart:async';
|
| import 'dart:collection';
|
| -import 'dart:_internal' hide Symbol, deprecated;
|
| +import 'dart:_internal' hide Symbol;
|
| import 'dart:html_common';
|
| import 'dart:indexed_db';
|
| import 'dart:isolate';
|
| @@ -55,7 +55,7 @@ import 'dart:_foreign_helper' show JS, JS_INTERCEPTOR_CONSTANT, JS_CONST;
|
| // Not actually used, but imported since dart:html can generate these objects.
|
| import 'dart:_js_helper' show
|
| convertDartClosureToJS, Creates, JavaScriptIndexingBehavior,
|
| - JSName, Native, Null, Returns, Inline, ForceInline,
|
| + JSName, Native, Returns, ForceInline,
|
| findDispatchTagForInterceptorClass, setNativeSubclassDispatchRecord,
|
| makeLeafDispatchRecord;
|
| import 'dart:_interceptors' show
|
|
|