| Index: Source/wtf/CryptographicallyRandomNumber.cpp
|
| diff --git a/Source/wtf/CryptographicallyRandomNumber.cpp b/Source/wtf/CryptographicallyRandomNumber.cpp
|
| index e896d6f59057ceea4777a0bbd3d681f3d99e1aed..fe445d6b0325f5a6ccbd6d8021df5d74f763bf9c 100644
|
| --- a/Source/wtf/CryptographicallyRandomNumber.cpp
|
| +++ b/Source/wtf/CryptographicallyRandomNumber.cpp
|
| @@ -36,8 +36,6 @@
|
|
|
| namespace WTF {
|
|
|
| -#if USE(OS_RANDOMNESS)
|
| -
|
| namespace {
|
|
|
| class ARC4Stream {
|
| @@ -176,6 +174,4 @@ void cryptographicallyRandomValues(void* buffer, size_t length)
|
| sharedRandomNumberGenerator().randomValues(buffer, length);
|
| }
|
|
|
| -#endif
|
| -
|
| }
|
|
|