summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/style/ShadowData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/style/ShadowData.h')
-rw-r--r--Source/WebCore/rendering/style/ShadowData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/rendering/style/ShadowData.h b/Source/WebCore/rendering/style/ShadowData.h
index fb5926d..0be3fc1 100644
--- a/Source/WebCore/rendering/style/ShadowData.h
+++ b/Source/WebCore/rendering/style/ShadowData.h
@@ -26,7 +26,6 @@
#define ShadowData_h
#include "Color.h"
-#include <wtf/FastAllocBase.h>
namespace WebCore {
@@ -37,7 +36,8 @@ enum ShadowStyle { Normal, Inset };
// This struct holds information about shadows for the text-shadow and box-shadow properties.
-class ShadowData : public FastAllocBase {
+class ShadowData {
+ WTF_MAKE_FAST_ALLOCATED;
public:
ShadowData()
: m_x(0)