Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 26025) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -36,6 +36,7 @@ |
| V(Integer_greaterThanFromInteger, 2) \ |
| V(Integer_equalToInteger, 2) \ |
| V(Integer_parse, 1) \ |
| + V(Integer_leftShiftWithMask32, 3) \ |
| V(ReceivePortImpl_factory, 1) \ |
| V(ReceivePortImpl_closeInternal, 1) \ |
| V(SendPortImpl_sendInternal_, 3) \ |