| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 8034216014249288b54055850d6b229bf797d71c..6a2008fe609a2bf82f60cfa587ede39bb59aa06f 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2852,6 +2852,8 @@ FOR_EACH_FUNCTION_KIND_BIT(DEFINE_BIT)
|
| RawString* QualifiedName(NameVisibility name_visibility) const;
|
|
|
| void BuildSignatureParameters(
|
| + Thread* thread,
|
| + Zone* zone,
|
| bool instantiate,
|
| NameVisibility name_visibility,
|
| const TypeArguments& instantiator,
|
|
|