| Index: lib/runtime/dart/async.js
|
| diff --git a/lib/runtime/dart/async.js b/lib/runtime/dart/async.js
|
| index b643ab7061e913426d5517fb343edcfb46865351..7c4bcfe498df6941dc2cdb091424c531feb36c1c 100644
|
| --- a/lib/runtime/dart/async.js
|
| +++ b/lib/runtime/dart/async.js
|
| @@ -1791,6 +1791,7 @@ dart.library('dart/async', null, /* Imports */[
|
| constructors: () => ({DeferredLibrary: [DeferredLibrary, [core.String], {uri: core.String}]}),
|
| methods: () => ({load: [Future$(core.Null), []]})
|
| });
|
| + DeferredLibrary[dart.metadata] = () => [dart.const(new core.Deprecated("Dart sdk v. 1.8"))];
|
| let _s = Symbol('_s');
|
| class DeferredLoadException extends core.Object {
|
| DeferredLoadException(s) {
|
|
|