RESOLVED FIXED 38719
JavaScriptCore/wtf/RandomNumber.h should provide using WTF::*
https://bugs.webkit.org/show_bug.cgi?id=38719
Summary JavaScriptCore/wtf/RandomNumber.h should provide using WTF::*
Fumitoshi Ukai
Reported 2010-05-06 21:52:00 PDT
RandomNumber.h should provide using directive. using WTF::randomNumber; using WTF::weakRandomNumber;
Attachments
Patch (969 bytes, patch)
2010-05-06 22:14 PDT, Fumitoshi Ukai
ap: review+
Fumitoshi Ukai
Comment 1 2010-05-06 22:14:31 PDT
Alexey Proskuryakov
Comment 2 2010-05-06 23:18:14 PDT
Comment on attachment 55339 [details] Patch It would be perfectly fine to remove WTF:: prefixes from all places where these functions are used in the same patch.
Fumitoshi Ukai
Comment 3 2010-05-07 00:33:22 PDT
Note You need to log in before you can comment on or make changes to this bug.