Chromium Code Reviews| Index: runtime/vm/symbols.h |
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
| index 1ab5563fdb30a505a786ecd173251a42323281bf..660f46f503d2e71525752e371fa30979478caa5e 100644 |
| --- a/runtime/vm/symbols.h |
| +++ b/runtime/vm/symbols.h |
| @@ -184,6 +184,7 @@ class ObjectPointerVisitor; |
| V(RParenArrow, ") => ") \ |
| V(SpaceExtendsSpace, " extends ") \ |
| V(PatchSpace, "patch ") \ |
| + V(AliasOwner, ":alias_owner") \ |
| V(SwitchExpr, ":switch_expr") \ |
| V(TwoNewlines, "\n\n") \ |
| V(TwoSpaces, " ") \ |