Index: Source/core/svg/animation/SMILTimeContainer.cpp |
diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp |
index c12bfce5438f5aad7e6b4b36cd50b80eec5e043a..c41555d4d18203e592dc1c81d5ce2f275f8c3608 100644 |
--- a/Source/core/svg/animation/SMILTimeContainer.cpp |
+++ b/Source/core/svg/animation/SMILTimeContainer.cpp |
@@ -72,7 +72,7 @@ void SMILTimeContainer::schedule(SVGSMILElement* animation, SVGElement* target, |
#endif |
ElementAttributePair key(target, attributeName); |
- OwnPtr<AnimationsVector>& scheduled = m_scheduledAnimations.add(key, nullptr).iterator->value; |
+ OwnPtr<AnimationsVector>& scheduled = m_scheduledAnimations.add(key, nullptr).storedValue->value; |
if (!scheduled) |
scheduled = adoptPtr(new AnimationsVector); |
ASSERT(!scheduled->contains(animation)); |