Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 25742) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -107,6 +107,8 @@ |
| V(Math_atan2, 2) \ |
| V(Math_exp, 1) \ |
| V(Math_log, 1) \ |
| + V(Random_nextState, 1) \ |
| + V(Random_setupSeed, 2) \ |
| V(DateNatives_currentTimeMillis, 0) \ |
| V(DateNatives_timeZoneName, 1) \ |
| V(DateNatives_timeZoneOffsetInSeconds, 1) \ |