| Index: lib/runtime/dart/html_common.js
|
| diff --git a/lib/runtime/dart/html_common.js b/lib/runtime/dart/html_common.js
|
| index 6158a4e10b5d7818f5eb23d2de7f60813cfce5a0..0f24eba8b9f1355839dc3f43f2cc5e4dfed88382 100644
|
| --- a/lib/runtime/dart/html_common.js
|
| +++ b/lib/runtime/dart/html_common.js
|
| @@ -1,5 +1,5 @@
|
| dart_library.library('dart/html_common', null, /* Imports */[
|
| - "dart/_runtime",
|
| + 'dart/_runtime',
|
| 'dart/_metadata',
|
| 'dart/core',
|
| 'dart/html',
|
| @@ -13,7 +13,7 @@ dart_library.library('dart/html_common', null, /* Imports */[
|
| ], function(exports, dart, _metadata, core, html, typed_data, _js_helper, _native_typed_data, async, collection, _internal) {
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| - dart.export_(exports, _metadata);
|
| + dart.export(exports, _metadata);
|
| const _validateToken = Symbol('_validateToken');
|
| class CssClassSetImpl extends core.Object {
|
| [_validateToken](value) {
|
|
|