diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf/RandomNumber.h')
-rw-r--r-- | Source/JavaScriptCore/wtf/RandomNumber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/RandomNumber.h b/Source/JavaScriptCore/wtf/RandomNumber.h index f2e7e8f50..76b223582 100644 --- a/Source/JavaScriptCore/wtf/RandomNumber.h +++ b/Source/JavaScriptCore/wtf/RandomNumber.h @@ -30,7 +30,7 @@ namespace WTF { // Returns a pseudo-random number in the range [0, 1), attempts to be // cryptographically secure if possible on the target platform - double randomNumber(); + WTF_EXPORT_PRIVATE double randomNumber(); } |