| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index ca91be44eb58dbc8e41dd5eac178c3bff17be4b0..6a2bafdae93875da93b1d0bed5374ccb03639337 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -329,6 +329,7 @@ namespace dart {
|
| V(MethodMirror_parameters, 2) \
|
| V(MethodMirror_return_type, 2) \
|
| V(MethodMirror_source, 1) \
|
| + V(MethodMirror_location, 1) \
|
| V(ParameterMirror_type, 3) \
|
| V(TypedefMirror_referent, 1) \
|
| V(TypedefMirror_declaration, 1) \
|
|
|