| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 120e22f9243744901435ea5d5254dd290c3af0ee..c2cb253c192fdd013685f666a9681b3d71eaabd1 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -402,7 +402,7 @@ namespace dart {
|
| V(DeclarationMirror_metadata, 1) \
|
| V(FunctionTypeMirror_call_method, 2) \
|
| V(FunctionTypeMirror_parameters, 2) \
|
| - V(FunctionTypeMirror_return_type, 2) \
|
| + V(FunctionTypeMirror_return_type, 1) \
|
| V(MethodMirror_owner, 2) \
|
| V(MethodMirror_parameters, 2) \
|
| V(MethodMirror_return_type, 2) \
|
|
|