| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 1df9edf102a0f7f16ab1e7ef050362e1cc84735f..d88357057e2d9f4d88417f8729be0f6e78744b87 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -253,6 +253,7 @@ namespace dart {
|
| V(Mirrors_makeLocalTypeMirror, 1) \
|
| V(Mirrors_makeLocalMirrorSystem, 0) \
|
| V(MirrorReference_equals, 2) \
|
| + V(InstanceMirror_identityHash, 1) \
|
| V(InstanceMirror_invoke, 4) \
|
| V(InstanceMirror_invokeGetter, 3) \
|
| V(InstanceMirror_invokeSetter, 4) \
|
|
|