summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/animation/AnimationBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/animation/AnimationBase.h')
-rw-r--r--Source/WebCore/page/animation/AnimationBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/page/animation/AnimationBase.h b/Source/WebCore/page/animation/AnimationBase.h
index 1ab14e3..c07f66e 100644
--- a/Source/WebCore/page/animation/AnimationBase.h
+++ b/Source/WebCore/page/animation/AnimationBase.h
@@ -54,7 +54,7 @@ public:
virtual ~AnimationBase() { }
RenderObject* renderer() const { return m_object; }
- void clearRenderer() { m_object = 0; }
+ void clear() { m_object = 0; m_compAnim = 0; }
double duration() const;