| Index: lib/runtime/dart/html.js
|
| diff --git a/lib/runtime/dart/html.js b/lib/runtime/dart/html.js
|
| index 62b8aef2f1a745a713adc62776b828b482e3c18f..62adbf97fea4b94fb3c62fa1225c76b4735b250a 100644
|
| --- a/lib/runtime/dart/html.js
|
| +++ b/lib/runtime/dart/html.js
|
| @@ -13,7 +13,7 @@ dart_library.library('dart/html', null, /* Imports */[
|
| ], function(exports, dart, math, core, _js_helper, async, collection, _foreign_helper, isolate, _metadata, html_common) {
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| - dart.export_(exports, math, ['Rectangle', 'Point'], []);
|
| + dart.export(exports, math, ['Rectangle', 'Point'], []);
|
| class DartHtmlDomObject extends core.Object {
|
| DartHtmlDomObject() {
|
| this.raw = null;
|
|
|