Title: [144001] trunk/Source/WTF
- Revision
- 144001
- Author
- rn...@webkit.org
- Date
- 2013-02-25 19:02:47 -0800 (Mon, 25 Feb 2013)
Log Message
Build fix attempt after r143996.
* wtf/FastMalloc.cpp:
(WTF):
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (144000 => 144001)
--- trunk/Source/WTF/ChangeLog 2013-02-26 02:36:18 UTC (rev 144000)
+++ trunk/Source/WTF/ChangeLog 2013-02-26 03:02:47 UTC (rev 144001)
@@ -1,3 +1,10 @@
+2013-02-25 Ryosuke Niwa <rn...@webkit.org>
+
+ Build fix attempt after r143996.
+
+ * wtf/FastMalloc.cpp:
+ (WTF):
+
2013-02-25 Roger Fong <roger_f...@apple.com>
Unreviewed. Fix script to use WEBKIT_SOURCE for VS2010 property sheets instead of WEBKIT_LIBRARIES.
Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (144000 => 144001)
--- trunk/Source/WTF/wtf/FastMalloc.cpp 2013-02-26 02:36:18 UTC (rev 144000)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp 2013-02-26 03:02:47 UTC (rev 144001)
@@ -512,6 +512,7 @@
#define MESSAGE LOG_ERROR
#define CHECK_CONDITION ASSERT
+static const char kLLHardeningMask = 0;
template <unsigned> struct EntropySource;
template <> struct EntropySource<4> {
static uint32_t value()
@@ -539,7 +540,6 @@
* kLLHardeningMask should be sufficiently randomized to make direct
* freelist manipulation much more difficult.
*/
-static const char kLLHardeningMask = 0;
enum {
MaskKeyShift = 13
};
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes