Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index 0ae4eed529474071e5f1b8eae0879dab32ae8c37..8730c9e7c0ce243f9d2090ab4ec2cc1e1b591f28 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -62,6 +62,7 @@ class ObjectPointerVisitor; |
V(ImplicitClosure, "<implicit closure>") \ |
V(ClosureParameter, ":closure") \ |
V(TypeArgumentsParameter, ":type_arguments") \ |
+ V(FunctionInstantiatorVar, ":function_instantiator_var") \ |
V(AssertionError, "_AssertionError") \ |
V(CastError, "_CastError") \ |
V(TypeError, "_TypeError") \ |