| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index ef83acb403edabc0f0cbe53a5e068b536e1fb665..e3c30730615fe63e5a0842e67cf1668db87359f6 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -252,6 +252,7 @@ namespace dart {
|
| V(DeclarationMirror_metadata, 1) \
|
| V(MethodMirror_name, 1) \
|
| V(MethodMirror_owner, 1) \
|
| + V(MethodMirror_return_type, 1) \
|
| V(GrowableObjectArray_allocate, 2) \
|
| V(GrowableObjectArray_getIndexed, 2) \
|
| V(GrowableObjectArray_setIndexed, 3) \
|
|
|