| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 5d5b2d3034076e3bc51ea26edec9de9394003fb6..56b5a4f2eec313421d038b2d251afa57650e684a 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -258,9 +258,12 @@ namespace dart {
|
| V(ClassMirror_invokeGetter, 3) \
|
| V(ClassMirror_invokeSetter, 4) \
|
| V(ClassMirror_invokeConstructor, 3) \
|
| + V(ClassMirror_type_variables, 1) \
|
| V(LibraryMirror_invoke, 4) \
|
| V(LibraryMirror_invokeGetter, 3) \
|
| V(LibraryMirror_invokeSetter, 4) \
|
| + V(LocalTypeVariableMirror_owner, 1) \
|
| + V(LocalTypeVariableMirror_upper_bound, 1) \
|
| V(DeclarationMirror_metadata, 1) \
|
| V(MethodMirror_name, 1) \
|
| V(MethodMirror_owner, 1) \
|
|
|