| Index: tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate b/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate
|
| index 107c1f646f2e2cb2fc0bffcb84579460e8109419..c6d31c0771f7844467f08a666811b310a83f7f46 100644
|
| --- a/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate
|
| @@ -8,12 +8,12 @@
|
| library dart.dom.web_gl;
|
|
|
| import 'dart:collection';
|
| -import 'dart:_internal' hide deprecated;
|
| +import 'dart:_internal';
|
| import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:_native_typed_data';
|
| import 'dart:typed_data';
|
| -import 'dart:_js_helper' show Creates, JSName, Native, Null, Returns, convertDartClosureToJS;
|
| +import 'dart:_js_helper' show Creates, JSName, Native, Returns, convertDartClosureToJS;
|
| import 'dart:_foreign_helper' show JS;
|
| import 'dart:_interceptors' show Interceptor, JSExtendableArray;
|
|
|
|
|