| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index c85963b24db2aea441b9c4f305d4aea8cd8190bd..8579ce8b3bdf2874990c69daa47524e12c15d66f 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -268,6 +268,7 @@ namespace dart {
|
| V(LocalTypeVariableMirror_owner, 1) \
|
| V(LocalTypeVariableMirror_upper_bound, 1) \
|
| V(DeclarationMirror_metadata, 1) \
|
| + V(FunctionTypeMirror_call_method, 2) \
|
| V(FunctionTypeMirror_parameters, 1) \
|
| V(FunctionTypeMirror_return_type, 1) \
|
| V(MethodMirror_owner, 1) \
|
|
|