| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index e9811f137468fd67c4254ec0c7f65d5e2e359bf7..a15f256d84ed3e8f5d093fdfc3be605e32ed465d 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) \
|
|
|