| Index: pkg/compiler/lib/src/serialization/keys.dart
|
| diff --git a/pkg/compiler/lib/src/serialization/keys.dart b/pkg/compiler/lib/src/serialization/keys.dart
|
| index 7b02fff35ffdd4f92ecffac8fb05d3e2d1e573dd..56b490f5af386865e15a8cabfe4c921f136f5ca4 100644
|
| --- a/pkg/compiler/lib/src/serialization/keys.dart
|
| +++ b/pkg/compiler/lib/src/serialization/keys.dart
|
| @@ -8,6 +8,7 @@ library dart2js.serialization.keys;
|
| class Key {
|
| static const Key ALIAS = const Key('alias');
|
| static const Key ARGUMENTS = const Key('arguments');
|
| + static const Key ASYNC_MARKER = const Key('asyncMarker');
|
| static const Key BOUND = const Key('bound');
|
| static const Key CACHED_TYPE = const Key('cachedType');
|
| static const Key CALL_STRUCTURE = const Key('callStructure');
|
|
|