| Index: pkg/kernel/lib/binary/tag.dart
|
| diff --git a/pkg/kernel/lib/binary/tag.dart b/pkg/kernel/lib/binary/tag.dart
|
| index 226b190427eae836ac41a9bb04f76881daeeb937..336b360a6df10493d245e83cc46688de4b8f526e 100644
|
| --- a/pkg/kernel/lib/binary/tag.dart
|
| +++ b/pkg/kernel/lib/binary/tag.dart
|
| @@ -20,6 +20,8 @@ class Tag {
|
| static const int RedirectingInitializer = 10;
|
| static const int LocalInitializer = 11;
|
|
|
| + static const int CheckLibraryIsLoaded = 13;
|
| + static const int LoadLibrary = 14;
|
| static const int DirectPropertyGet = 15;
|
| static const int DirectPropertySet = 16;
|
| static const int DirectMethodInvocation = 17;
|
|
|