| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index f314f99d8bf5ce6dabec49fdac3d6811e964539d..15c77068751a5667fdb4cbec7657116a1ecb9108 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -281,6 +281,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) \
|
|
|