| Index: tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| index 18615a1f13f7acbc804cab471061ef3dc2ee7228..e1b29b3321c127b7b1453d236df5e0a85e81ec7a 100644
|
| --- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| @@ -9,7 +9,7 @@ import 'dart:_collection-dev';
|
| import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:nativewrappers';
|
| -import 'dart:typeddata' as _typeddata;
|
| +import 'dart:typeddata';
|
|
|
| part '$AUXILIARY_DIR/WebGLConstants.dart';
|
|
|
|
|