Index: Source/core/svg/animation/SVGSMILElement.h |
diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h |
index 4e67f6c423f5583be782d7b31749fcbabf8ccaff..3290a00b1385552c2e5d2b205bd869395984678d 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.h |
+++ b/Source/core/svg/animation/SVGSMILElement.h |
@@ -205,7 +205,7 @@ private: |
float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const; |
SMILTime calculateNextProgressTime(SMILTime elapsed) const; |
- mutable SVGElement* m_targetElement; |
+ SVGElement* m_targetElement; |
Vector<Condition> m_conditions; |
bool m_syncBaseConditionsConnected; |