Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1513)

Unified Diff: Source/wtf/Platform.h

Issue 14178012: Remove the USE(OS_RANDOMNESS) guard. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/OSRandomSource.h ('k') | Source/wtf/RandomNumber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/wtf/OSRandomSource.h ('k') | Source/wtf/RandomNumber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698