| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 5bca20ad7bba357c1cbb95d31eb923509ab1b7d8..2707462a568866d1178a9607d8fc39ba8f1e1eed 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -66,7 +66,7 @@ class ObjectPointerVisitor;
|
| V(ImplicitClosure, "<implicit closure>") \
|
| V(ClosureParameter, ":closure") \
|
| V(TypeArgumentsParameter, ":type_arguments") \
|
| - V(FunctionInstantiatorVar, ":function_instantiator_var") \
|
| + V(FunctionTypeArgumentsVar, ":function_type_arguments_var") \
|
| V(AssertionError, "_AssertionError") \
|
| V(CastError, "_CastError") \
|
| V(TypeError, "_TypeError") \
|
|
|