| Index: Source/wtf/RandomNumber.h
|
| diff --git a/Source/wtf/RandomNumber.h b/Source/wtf/RandomNumber.h
|
| index db35d9d4dddbaf23dc463cce69cd079e66c28334..1ffed424b0ea161567b31535cdd6ccfb9562ba30 100644
|
| --- a/Source/wtf/RandomNumber.h
|
| +++ b/Source/wtf/RandomNumber.h
|
| @@ -26,11 +26,13 @@
|
| #ifndef WTF_RandomNumber_h
|
| #define WTF_RandomNumber_h
|
|
|
| +#include "wtf/WTFExport.h"
|
| +
|
| 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 double randomNumber();
|
|
|
| }
|
|
|
|
|