| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index f314f99d8bf5ce6dabec49fdac3d6811e964539d..e21bfb6d21297432868c1b638b83563fcb2600b4 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -260,6 +260,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) \
|
|
|