Index: Source/wtf/FastMalloc.cpp |
diff --git a/Source/wtf/FastMalloc.cpp b/Source/wtf/FastMalloc.cpp |
index 9c524f94f33d830910d7b6186c2e2dc33d49cca7..8f0024160179b2f0a5a36e30f35d6224fec2f412 100644 |
--- a/Source/wtf/FastMalloc.cpp |
+++ b/Source/wtf/FastMalloc.cpp |
@@ -336,7 +336,10 @@ namespace WTF { |
#define MESSAGE LOG_ERROR |
#define CHECK_CONDITION ASSERT |
+#if !OS(MACOSX) |
static const char kLLHardeningMask = 0; |
+#endif |
+ |
template <unsigned> struct EntropySource; |
template <> struct EntropySource<4> { |
static uint32_t value() |