| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 60c4f54a3f2381c807253d4951227c182253b16f..59304f3268d4e30d1f507e5348cc0c31ebdd5178 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -279,6 +279,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) \
|
|
|