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