| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 104756adca167eee153c407d0c0e491e382509c3..7e1e0974e71cdef3faa45ed87cd976a6707ddce6 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -297,6 +297,8 @@ namespace dart {
|
| V(MethodMirror_source, 1) \
|
| V(ParameterMirror_type, 2) \
|
| V(TypedefMirror_referent, 1) \
|
| + V(TypedefMirror_instantiate_from, 2) \
|
| + V(TypedefMirror_declaration, 1) \
|
| V(VariableMirror_type, 1) \
|
| V(GrowableList_allocate, 2) \
|
| V(GrowableList_getIndexed, 2) \
|
|
|