| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 8e01bd5ebf7a16e007cc09e6e11c03a6e2a926a8..1df9edf102a0f7f16ab1e7ef050362e1cc84735f 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -262,6 +262,7 @@ namespace dart {
|
| V(ClassMirror_library, 1) \
|
| V(ClassMirror_supertype, 1) \
|
| V(ClassMirror_interfaces, 1) \
|
| + V(ClassMirror_mixin, 1) \
|
| V(ClassMirror_members, 2) \
|
| V(ClassMirror_constructors, 2) \
|
| V(LibraryMirror_members, 2) \
|
|
|