| 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..91a38841c8ce0d8e1e0ac2298673c20f2a6b3767 100644
|
| --- a/test/codegen/expect/sunflower/dom.js
|
| +++ b/test/codegen/expect/sunflower/dom.js
|
| @@ -1,7 +1,9 @@
|
| -dart.library('dom', window, /* Imports */[
|
| +loader.library('dom', window, /* Imports */[
|
| + "dart/dart_runtime",
|
| + "dart/dartx",
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| -], function(exports, core) {
|
| +], function(exports, dart, dartx, core) {
|
| 'use strict';
|
| class JsName extends core.Object {
|
| JsName(opts) {
|
|
|