Index: Source/core/animation/Animation.h |
diff --git a/Source/core/animation/Animation.h b/Source/core/animation/Animation.h |
index b63508b25dce8191af652245299e9e7b2702302a..ce7625e50d7b15a4ccec860af5b2221ee79a13c2 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) |