summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/style/ShadowData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/style/ShadowData.h')
-rw-r--r--WebCore/rendering/style/ShadowData.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/rendering/style/ShadowData.h b/WebCore/rendering/style/ShadowData.h
index f4061f2..089cf77 100644
--- a/WebCore/rendering/style/ShadowData.h
+++ b/WebCore/rendering/style/ShadowData.h
@@ -26,6 +26,7 @@
#define ShadowData_h
#include "Color.h"
+#include <wtf/FastAllocBase.h>
namespace WebCore {
@@ -33,7 +34,7 @@ enum ShadowStyle { Normal, Inset };
// This struct holds information about shadows for the text-shadow and box-shadow properties.
-struct ShadowData {
+struct ShadowData : FastAllocBase {
ShadowData()
: x(0)
, y(0)