| Index: lib/runtime/dart/html.js
|
| diff --git a/lib/runtime/dart/html.js b/lib/runtime/dart/html.js
|
| index c66d0a47403cca04484b4dcc690cd9e8ee613446..28397f300458deceabeacb04c900f7a75a940adb 100644
|
| --- a/lib/runtime/dart/html.js
|
| +++ b/lib/runtime/dart/html.js
|
| @@ -2,15 +2,15 @@ dart_library.library('dart/html', null, /* Imports */[
|
| 'dart/_runtime',
|
| 'dart/math',
|
| 'dart/core',
|
| + 'dart/_metadata',
|
| 'dart/_js_helper',
|
| 'dart/collection',
|
| 'dart/async',
|
| 'dart/_foreign_helper',
|
| 'dart/isolate'
|
| ], /* Lazy imports */[
|
| - 'dart/_metadata',
|
| 'dart/html_common'
|
| -], function(exports, dart, math, core, _js_helper, collection, async, _foreign_helper, isolate, _metadata, html_common) {
|
| +], function(exports, dart, math, core, _metadata, _js_helper, collection, async, _foreign_helper, isolate, html_common) {
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| dart.export(exports, math, ['Rectangle', 'Point'], []);
|
|
|