| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index f03f20965fb191e18be8f59d9860ef010d6bae7d..b709b0a70d0b3456753a65b28925b5cf9afe7046 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -156,6 +156,7 @@ class ObjectPointerVisitor;
|
| V(FunctionResult, "function result") \
|
| V(FactoryResult, "factory result") \
|
| V(ClosureData, "ClosureData") \
|
| + V(SignatureData, "SignatureData") \
|
| V(RedirectionData, "RedirectionData") \
|
| V(Field, "Field") \
|
| V(LiteralToken, "LiteralToken") \
|
|
|