summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/style/CounterContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/style/CounterContent.h')
-rw-r--r--WebCore/rendering/style/CounterContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/style/CounterContent.h b/WebCore/rendering/style/CounterContent.h
index cf11813..702d9c2 100644
--- a/WebCore/rendering/style/CounterContent.h
+++ b/WebCore/rendering/style/CounterContent.h
@@ -30,7 +30,7 @@
namespace WebCore {
-class CounterContent {
+class CounterContent : public FastAllocBase {
public:
CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator)
: m_identifier(identifier)