| Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| index bfe368c34595c0585917d890c862b0f6179f38d4..2753cb843a123f9b94beb5fa3394da30ce3dd026 100644
|
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -27,8 +27,12 @@ import 'dart:svg' as svg;
|
| import 'dart:web_audio' as web_audio;
|
| import 'dart:web_gl' as gl;
|
| import 'dart:web_sql';
|
| -import 'dart:_js_helper' show convertDartClosureToJS, Creates, JavaScriptIndexingBehavior, JSName, Null, Returns;
|
| -import 'dart:_interceptors' show Interceptor, JSExtendableArray;
|
| +import 'dart:_js_helper' show
|
| + convertDartClosureToJS, Creates, JavaScriptIndexingBehavior,
|
| + JSName, Null, Returns,
|
| + findDispatchTagForInterceptorClass, setNativeSubclassDispatchRecord;
|
| +import 'dart:_interceptors' show
|
| + Interceptor, JSExtendableArray, findInterceptorConstructorForType;
|
| import 'dart:_isolate_helper' show IsolateNatives;
|
| import 'dart:_foreign_helper' show JS;
|
|
|
| @@ -57,6 +61,7 @@ part '$AUXILIARY_DIR/Serialization.dart';
|
| part '$AUXILIARY_DIR/WrappedEvent.dart';
|
| part '$AUXILIARY_DIR/WrappedList.dart';
|
| part '$AUXILIARY_DIR/dart2js_Conversions.dart';
|
| +part '$AUXILIARY_DIR/dart2js_CustomElementSupport.dart';
|
| part '$AUXILIARY_DIR/dart2js_DOMImplementation.dart';
|
| part '$AUXILIARY_DIR/dart2js_KeyEvent.dart';
|
| part '$AUXILIARY_DIR/dart2js_LocationWrapper.dart';
|
|
|