| 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 394f526543c7fbc116049a2b6444289e104bb89b..146645ca1360f94f07bb1e211036a37219fe6559 100644
|
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -54,9 +54,9 @@ import 'dart:_js_helper' show
|
| import 'dart:_interceptors' show
|
| Interceptor, JSExtendableArray, findInterceptorConstructorForType,
|
| findConstructorForNativeSubclassType, getNativeInterceptor,
|
| - setDispatchProperty, findInterceptorForType;
|
| + setDispatchProperty;
|
| import 'dart:_isolate_helper' show IsolateNatives;
|
| -import 'dart:_foreign_helper' show JS;
|
| +import 'dart:_foreign_helper' show JS, JS_INTERCEPTOR_CONSTANT;
|
|
|
| export 'dart:math' show Rectangle, Point;
|
|
|
|
|