| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index c33cd26ce87591fd03d2ad96de9ad856b6ad442e..24984d40ce41fc26f92e3b9acdd9918ff1b57ba8 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -334,7 +334,7 @@ namespace dart {
|
| V(FunctionTypeMirror_call_method, 2) \
|
| V(FunctionTypeMirror_parameters, 2) \
|
| V(FunctionTypeMirror_return_type, 2) \
|
| - V(MethodMirror_owner, 1) \
|
| + V(MethodMirror_owner, 2) \
|
| V(MethodMirror_parameters, 2) \
|
| V(MethodMirror_return_type, 2) \
|
| V(MethodMirror_source, 1) \
|
|
|