| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 195e47693470f0a9216e4d1aa67f10bfebe2da7d..3ca1dc6a4fc781f73a9ca3d545974f67249171dd 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -44,7 +44,7 @@ namespace dart {
|
| V(Bool_fromEnvironment, 3) \
|
| V(RawReceivePortImpl_factory, 1) \
|
| V(RawReceivePortImpl_closeInternal, 1) \
|
| - V(SendPortImpl_sendInternal_, 3) \
|
| + V(SendPortImpl_sendInternal_, 2) \
|
| V(Smi_shlFromInt, 2) \
|
| V(Smi_shrFromInt, 2) \
|
| V(Smi_bitNegate, 1) \
|
|
|