| Index: test/codegen/expect/sunflower/dom.js
|
| diff --git a/test/codegen/expect/sunflower/dom.js b/test/codegen/expect/sunflower/dom.js
|
| index 81ac62a0368032da1940fdc776b6c4f08204c1fe..51474927d0c14aba5e05120841152cbb4f401862 100644
|
| --- a/test/codegen/expect/sunflower/dom.js
|
| +++ b/test/codegen/expect/sunflower/dom.js
|
| @@ -1,8 +1,10 @@
|
| -dart.library('dom', window, /* Imports */[
|
| +dart_library.library('dom', window, /* Imports */[
|
| + "dart_runtime/dart",
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| -], function(exports, core) {
|
| +], function(exports, dart, core) {
|
| 'use strict';
|
| + let dartx = dart.dartx;
|
| class JsName extends core.Object {
|
| JsName(opts) {
|
| let name = opts && 'name' in opts ? opts.name : null;
|
|
|