RESOLVED FIXED 108125
[BlackBerry] No need to enable USE(MERSENNE_TWISTER_19937)
https://bugs.webkit.org/show_bug.cgi?id=108125
Summary [BlackBerry] No need to enable USE(MERSENNE_TWISTER_19937)
Laszlo Gombos
Reported 2013-01-28 15:56:38 PST
BlackBerry port has both USE(OS_RANDOMNESS) and USE(MERSENNE_TWISTER_19937) defined. USE(OS_RANDOMNESS) has a priority over USE(MERSENNE_TWISTER_19937) (see RandomNumber.cpp:randomNumber) so USE(MERSENNE_TWISTER_19937) should not need to be defined.
Attachments
proposed change (1.17 KB, patch)
2013-01-28 16:00 PST, Laszlo Gombos
rwlbuis: review+
Laszlo Gombos
Comment 1 2013-01-28 16:00:14 PST
Created attachment 185088 [details] proposed change
Rob Buis
Comment 2 2013-05-08 14:27:07 PDT
Comment on attachment 185088 [details] proposed change LGTM.
Laszlo Gombos
Comment 3 2013-05-10 09:16:33 PDT
This patch is a subset of http://trac.webkit.org/changeset/145179 and as such is it obsoleted/fixed by bug 111533 .
Note You need to log in before you can comment on or make changes to this bug.