summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/config.h')
-rw-r--r--Source/WebCore/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/config.h b/Source/WebCore/config.h
index 3018e29..781762a 100644
--- a/Source/WebCore/config.h
+++ b/Source/WebCore/config.h
@@ -271,6 +271,10 @@
#define USE_SYSTEM_MALLOC 1
#endif
+#if OS(UNIX) || OS(WINDOWS)
+#define WTF_USE_OS_RANDOMNESS 1
+#endif
+
#if PLATFORM(CHROMIUM)
#if !OS(DARWIN)