Chromium Code Reviews| Index: runtime/vm/intrinsifier.h |
| =================================================================== |
| --- runtime/vm/intrinsifier.h (revision 22881) |
| +++ runtime/vm/intrinsifier.h (working copy) |
| @@ -91,6 +91,7 @@ |
| V(::, sqrt, Math_sqrt, 1662640002) \ |
| V(::, sin, Math_sin, 1273932041) \ |
| V(::, cos, Math_cos, 1749547468) \ |
| + V(_Random, _nextState, Random_nextState, 384118987) \ |
| #define TYPED_DATA_LIB_INTRINSIC_LIST(V) \ |