| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index e4e2127fc3099af6a38c314f8d249366202c0b63..8e01bd5ebf7a16e007cc09e6e11c03a6e2a926a8 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -283,6 +283,7 @@ namespace dart {
|
| V(MethodMirror_owner, 1) \
|
| V(MethodMirror_parameters, 2) \
|
| V(MethodMirror_return_type, 1) \
|
| + V(MethodMirror_source, 1) \
|
| V(ParameterMirror_type, 2) \
|
| V(TypedefMirror_referent, 1) \
|
| V(VariableMirror_type, 1) \
|
|
|