| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 1edc9d7db10ed45a66eb1170c80cc25f5c465285..bc380786f0eb88cce098e3cb7579c00240306bf3 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -265,10 +265,13 @@ namespace dart {
|
| V(LocalTypeVariableMirror_owner, 1) \
|
| V(LocalTypeVariableMirror_upper_bound, 1) \
|
| V(DeclarationMirror_metadata, 1) \
|
| + V(FunctionTypeMirror_parameters, 1) \
|
| + V(FunctionTypeMirror_return_type, 1) \
|
| V(MethodMirror_owner, 1) \
|
| V(MethodMirror_parameters, 1) \
|
| V(MethodMirror_return_type, 1) \
|
| V(ParameterMirror_type, 2) \
|
| + V(TypedefMirror_referent, 1) \
|
| V(VariableMirror_type, 1) \
|
| V(GrowableObjectArray_allocate, 2) \
|
| V(GrowableObjectArray_getIndexed, 2) \
|
|
|