| Index: lib/runtime/dart/web_gl.js
|
| diff --git a/lib/runtime/dart/web_gl.js b/lib/runtime/dart/web_gl.js
|
| index 8b816c7216664ca399fed7bbe726c4dde33bc85b..67aa8109fe61ad2e2062a14864e28cda2046cc04 100644
|
| --- a/lib/runtime/dart/web_gl.js
|
| +++ b/lib/runtime/dart/web_gl.js
|
| @@ -1,14 +1,14 @@
|
| dart_library.library('dart/web_gl', null, /* Imports */[
|
| 'dart/_runtime',
|
| - 'dart/_interceptors',
|
| 'dart/core',
|
| 'dart/html_common',
|
| 'dart/html',
|
| + 'dart/_interceptors',
|
| 'dart/typed_data',
|
| 'dart/_metadata',
|
| 'dart/_js_helper'
|
| ], /* Lazy imports */[
|
| -], function(exports, dart, _interceptors, core, html_common, html, typed_data, _metadata, _js_helper) {
|
| +], function(exports, dart, core, html_common, html, _interceptors, typed_data, _metadata, _js_helper) {
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| const _getContextAttributes_1 = Symbol('_getContextAttributes_1');
|
|
|