| Index: sdk/lib/html/html_common/html_common.dart
|
| diff --git a/sdk/lib/html/html_common/html_common.dart b/sdk/lib/html/html_common/html_common.dart
|
| index 42cf71ae60d0d445996e42f334d45838e683bd4d..dfdfa27d0cef8e4d24c9fc2b272b100824125aaa 100644
|
| --- a/sdk/lib/html/html_common/html_common.dart
|
| +++ b/sdk/lib/html/html_common/html_common.dart
|
| @@ -9,6 +9,7 @@ import 'dart:collection';
|
| import 'dart:html';
|
| import 'dart:js' as js;
|
| import 'dart:_internal' show WhereIterable;
|
| +import 'dart:typed_data';
|
| import 'dart:web_gl' as gl;
|
|
|
| import 'metadata.dart';
|
|
|