| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 3b2ac8535a8d38779b672dd21abca8cf73135eef..30eb87c0ae522095a387c0abeb9dd75f5a502a5f 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -253,6 +253,7 @@ namespace dart {
|
| V(MethodMirror_name, 1) \
|
| V(MethodMirror_owner, 1) \
|
| V(MethodMirror_return_type, 1) \
|
| + V(ParameterMirror_type, 2) \
|
| V(VariableMirror_type, 1) \
|
| V(GrowableObjectArray_allocate, 2) \
|
| V(GrowableObjectArray_getIndexed, 2) \
|
|
|