| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 5fa60f53fa17445f787ad97a039d87a2fb10756d..3e162a75a820156b8916e52aa38d414918a7f3df 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -258,6 +258,7 @@ namespace dart {
|
| V(DeclarationMirror_metadata, 1) \
|
| V(MethodMirror_name, 1) \
|
| V(MethodMirror_owner, 1) \
|
| + V(MethodMirror_parameters, 1) \
|
| V(MethodMirror_return_type, 1) \
|
| V(ParameterMirror_type, 2) \
|
| V(VariableMirror_type, 1) \
|
|
|