| Index: Source/core/page/animation/ImplicitAnimation.cpp
|
| diff --git a/Source/core/page/animation/ImplicitAnimation.cpp b/Source/core/page/animation/ImplicitAnimation.cpp
|
| index 2072f1356d597706916cdb23bc41dffcf96b9002..4ceeff678ae495712c8115bc50efca318213f221 100644
|
| --- a/Source/core/page/animation/ImplicitAnimation.cpp
|
| +++ b/Source/core/page/animation/ImplicitAnimation.cpp
|
| @@ -61,7 +61,7 @@ ImplicitAnimation::~ImplicitAnimation()
|
|
|
| bool ImplicitAnimation::shouldSendEventForListener(Document::ListenerType inListenerType) const
|
| {
|
| - return m_object->document()->hasListenerType(inListenerType);
|
| + return m_object->document().hasListenerType(inListenerType);
|
| }
|
|
|
| void ImplicitAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle)
|
|
|