Bug 38719

Summary: JavaScriptCore/wtf/RandomNumber.h should provide using WTF::*
Product: WebKit Reporter: Fumitoshi Ukai <ukai>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ap: review+

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.