| Index: lib/runtime/dart_runtime.js
|
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js
|
| index ac24ada78f9fbafa61e3bfbfc811c6a87fedef94..edf206396c3c1f8b279a82f5bd26893fa500bd16 100644
|
| --- a/lib/runtime/dart_runtime.js
|
| +++ b/lib/runtime/dart_runtime.js
|
| @@ -876,6 +876,7 @@ var dart, dartx;
|
| /** The Symbol for storing type arguments on a specialized generic type. */
|
| dart.mixins = Symbol('mixins');
|
| dart.implements = Symbol('implements');
|
| + dart.metadata = Symbol('metadata');
|
|
|
| /**
|
| * Returns a new type that mixes members from base and all mixins.
|
|
|