diff options
Diffstat (limited to 'JavaScriptCore/wtf/RandomNumber.h')
-rw-r--r-- | JavaScriptCore/wtf/RandomNumber.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/JavaScriptCore/wtf/RandomNumber.h b/JavaScriptCore/wtf/RandomNumber.h index fe1687c..e54e9ae 100644 --- a/JavaScriptCore/wtf/RandomNumber.h +++ b/JavaScriptCore/wtf/RandomNumber.h @@ -39,4 +39,7 @@ namespace WTF { } +using WTF::randomNumber; +using WTF::weakRandomNumber; + #endif |