| 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 db907c2d352b3a1488d922b0f3f550af766257c8..147f61c27a960998d2345ec0fd8449a00135ff97 100644
|
| --- a/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate
|
| @@ -11,7 +11,7 @@ import 'dart:collection';
|
| import 'dart:_collection-dev' hide deprecated;
|
| import 'dart:html';
|
| import 'dart:html_common';
|
| -import 'dart:_native_typed_data';
|
| +import 'dart:typed_data';
|
| import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosureToJS;
|
| import 'dart:_foreign_helper' show JS;
|
| import 'dart:_interceptors' show Interceptor, JSExtendableArray;
|
|
|