summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/animation/AnimationList.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/animation/AnimationList.h')
-rw-r--r--WebCore/platform/animation/AnimationList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/animation/AnimationList.h b/WebCore/platform/animation/AnimationList.h
index 9901424..afad422 100644
--- a/WebCore/platform/animation/AnimationList.h
+++ b/WebCore/platform/animation/AnimationList.h
@@ -31,7 +31,7 @@
namespace WebCore {
-class AnimationList {
+class AnimationList : public FastAllocBase {
public:
void fillUnsetProperties();
bool operator==(const AnimationList& o) const;