| Index: Source/core/animation/Animation.h
|
| diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h
|
| index edb099c7a3d209027aae8007265591a48be71562..7383aee64663b4066c1fb3fd5e3016d809f44cbb 100644
|
| --- a/Source/core/animation/Animation.h
|
| +++ b/Source/core/animation/Animation.h
|
| @@ -67,7 +67,7 @@ public:
|
| const AnimationEffect* effect() const { return m_effect.get(); }
|
| AnimationEffect* effect() { return m_effect.get(); }
|
| Priority priority() const { return m_priority; }
|
| - Element* target() { return m_target; }
|
| + Element* target() const { return m_target; }
|
|
|
| void notifySampledEffectRemovedFromAnimationStack();
|
| #if !ENABLE(OILPAN)
|
|
|