summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/CSSProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSProperty.h')
-rw-r--r--Source/WebCore/css/CSSProperty.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSProperty.h b/Source/WebCore/css/CSSProperty.h
index 106171d..10e593c 100644
--- a/Source/WebCore/css/CSSProperty.h
+++ b/Source/WebCore/css/CSSProperty.h
@@ -29,7 +29,8 @@
namespace WebCore {
-class CSSProperty : public FastAllocBase {
+class CSSProperty {
+ WTF_MAKE_FAST_ALLOCATED;
public:
CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false)
: m_id(propID)