| Index: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| diff --git a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| index a895fb7ce2fc8f9a974a2fb98307652ea6536958..de46851ff2d9a7c072418b30fd28df2557defffb 100644
|
| --- a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| +++ b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| @@ -7,6 +7,7 @@ import 'dart:html_common';
|
| 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;
|
| // DO NOT EDIT - unless you are editing documentation as per:
|
| // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
|
| // Auto-generated dart:web_gl library.
|
|
|