Index: Source/wtf/CryptographicallyRandomNumber.h |
diff --git a/Source/wtf/CryptographicallyRandomNumber.h b/Source/wtf/CryptographicallyRandomNumber.h |
index 2262b6c3b311faed26f704799561a8aad57e0851..6e8f8756e249c33c0c223e1799aea225a142e858 100644 |
--- a/Source/wtf/CryptographicallyRandomNumber.h |
+++ b/Source/wtf/CryptographicallyRandomNumber.h |
@@ -30,16 +30,12 @@ |
namespace WTF { |
-#if USE(OS_RANDOMNESS) |
WTF_EXPORT_PRIVATE uint32_t cryptographicallyRandomNumber(); |
WTF_EXPORT_PRIVATE void cryptographicallyRandomValues(void* buffer, size_t length); |
-#endif |
} |
-#if USE(OS_RANDOMNESS) |
using WTF::cryptographicallyRandomNumber; |
using WTF::cryptographicallyRandomValues; |
-#endif |
#endif |