Bug 38719 - JavaScriptCore/wtf/RandomNumber.h should provide using WTF::*
Summary: JavaScriptCore/wtf/RandomNumber.h should provide using WTF::*
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 21:52 PDT by Fumitoshi Ukai
Modified: 2010-05-07 00:33 PDT (History)
1 user (show)

See Also:


Attachments
Patch (969 bytes, patch)
2010-05-06 22:14 PDT, Fumitoshi Ukai
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fumitoshi Ukai 2010-05-06 21:52:00 PDT
RandomNumber.h should provide using directive.

 using WTF::randomNumber;
 using WTF::weakRandomNumber;
Comment 1 Fumitoshi Ukai 2010-05-06 22:14:31 PDT
Created attachment 55339 [details]
Patch
Comment 2 Alexey Proskuryakov 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.
Comment 3 Fumitoshi Ukai 2010-05-07 00:33:22 PDT
Committed r58941: <http://trac.webkit.org/changeset/58941>