| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index acf46d31d4dbbc832d89ffdd48c27dec6916b786..104756adca167eee153c407d0c0e491e382509c3 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -269,7 +269,9 @@ namespace dart {
|
| V(ClassMirror_supertype, 1) \
|
| V(ClassMirror_supertype_instantiated, 1) \
|
| V(ClassMirror_interfaces, 1) \
|
| + V(ClassMirror_interfaces_instantiated, 1) \
|
| V(ClassMirror_mixin, 1) \
|
| + V(ClassMirror_mixin_instantiated, 2) \
|
| V(ClassMirror_members, 2) \
|
| V(ClassMirror_constructors, 2) \
|
| V(LibraryMirror_members, 2) \
|
|
|