Index: Source/wtf/Platform.h |
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h |
index dd196a9f5bb714cb80902e51fefe627046bc5bce..e8aa8392dc880209c48807f0aef027be5de62352 100644 |
--- a/Source/wtf/Platform.h |
+++ b/Source/wtf/Platform.h |
@@ -459,7 +459,6 @@ |
#define HAVE_STRINGS_H 1 |
#define HAVE_SYS_PARAM_H 1 |
#define HAVE_SYS_TIME_H 1 |
-#define WTF_USE_OS_RANDOMNESS 1 |
#define WTF_USE_PTHREADS 1 |
#endif /* OS(UNIX) */ |
@@ -509,7 +508,6 @@ |
#define HAVE_ALIGNED_MALLOC 1 |
#define HAVE_ISDEBUGGERPRESENT 1 |
#define HAVE_VIRTUALALLOC 1 |
-#define WTF_USE_OS_RANDOMNESS 1 |
#endif |
/* FIXME: When all platforms' compositors can compute their own filter outsets, we should remove this define. |