Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 23968) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -70,6 +70,8 @@ |
| V(UnresolvedClass, "UnresolvedClass") \ |
| V(Type, "_Type") \ |
| V(TypeParameter, "_TypeParameter") \ |
| + V(BoundedType, "_BoundedType") \ |
| + V(MixinAppType, "_MixinAppType") \ |
| V(TypeArguments, "TypeArguments") \ |
| V(InstantiatedTypeArguments, "InstantiatedTypeArguments") \ |
| V(PatchClass, "PatchClass") \ |