Index: Source/wtf/OSRandomSource.h |
diff --git a/Source/wtf/OSRandomSource.h b/Source/wtf/OSRandomSource.h |
index 214a9547292aaad4c3133ef0b84ad558f0b83a3d..0e92e19542d3fb093c360ea48b9264786ab1c768 100644 |
--- a/Source/wtf/OSRandomSource.h |
+++ b/Source/wtf/OSRandomSource.h |
@@ -28,13 +28,11 @@ |
namespace WTF { |
-#if USE(OS_RANDOMNESS) |
// This function attempts to fill buffer with randomness from the operating |
// system. If insufficient randomness is available, the buffer will be |
// partially filled. Rather than calling this function directly, consider |
// calling cryptographicallyRandomNumber or cryptographicallyRandomValues. |
void cryptographicallyRandomValuesFromOS(unsigned char* buffer, size_t length); |
-#endif |
} |