Index: Source/WebCore/rendering/RenderLayerBacking.h
--- Source/WebCore/rendering/RenderLayerBacking.h.orig
+++ Source/WebCore/rendering/RenderLayerBacking.h
@@ -36,6 +36,12 @@
 #include <wtf/TZoneMalloc.h>
 #include <wtf/WeakListHashSet.h>
 
+#if defined(_LP64)
+#  define __WORDSIZE 64
+#else
+#  define __WORDSIZE 32
+#endif
+
 namespace WebCore {
 
 class BlendingKeyframes;
