Index: runtime/vm/bootstrap_natives.h |
=================================================================== |
--- runtime/vm/bootstrap_natives.h (revision 42101) |
+++ runtime/vm/bootstrap_natives.h (working copy) |
@@ -41,6 +41,8 @@ |
V(Integer_leftShiftWithMask32, 3) \ |
V(Bool_fromEnvironment, 3) \ |
V(CapabilityImpl_factory, 1) \ |
+ V(CapabilityImpl_equals, 2) \ |
+ V(CapabilityImpl_get_hashcode, 1) \ |
V(RawReceivePortImpl_factory, 1) \ |
V(RawReceivePortImpl_get_id, 1) \ |
V(RawReceivePortImpl_get_sendport, 1) \ |