Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index 9aa510c7c78ac75aab7ef2523270b9e81eece747..722330c5301c7eab5fa6690cc07bf9e91ac4af1a 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") \ |