| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index d890bf4882bfb15997bdd62fa08d271b61be86d7..49b6fcbfce8953f57e2b53bba198c74e4054236e 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -266,10 +266,10 @@ namespace dart {
|
| V(LocalTypeVariableMirror_owner, 1) \
|
| V(LocalTypeVariableMirror_upper_bound, 1) \
|
| V(DeclarationMirror_metadata, 1) \
|
| - V(FunctionTypeMirror_parameters, 1) \
|
| + V(FunctionTypeMirror_parameters, 2) \
|
| V(FunctionTypeMirror_return_type, 1) \
|
| V(MethodMirror_owner, 1) \
|
| - V(MethodMirror_parameters, 1) \
|
| + V(MethodMirror_parameters, 2) \
|
| V(MethodMirror_return_type, 1) \
|
| V(ParameterMirror_type, 2) \
|
| V(TypedefMirror_referent, 1) \
|
|
|