Index: Source/core/svg/animation/SMILTimeContainer.cpp |
diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp |
index 084932795951fe3510fb7e02532f6d4eb98056b5..2f3445df3a93331a9740bb40e53901c6184852a4 100644 |
--- a/Source/core/svg/animation/SMILTimeContainer.cpp |
+++ b/Source/core/svg/animation/SMILTimeContainer.cpp |
@@ -228,7 +228,7 @@ void SMILTimeContainer::timerFired(Timer<SMILTimeContainer>*) |
void SMILTimeContainer::updateDocumentOrderIndexes() |
{ |
unsigned timingElementCount = 0; |
- for (Element* element = m_ownerSVGElement; element; element = ElementTraversal::next(element, m_ownerSVGElement)) { |
+ for (Element* element = m_ownerSVGElement; element; element = ElementTraversal::next(*element, m_ownerSVGElement)) { |
if (SVGSMILElement::isSMILElement(element)) |
toSVGSMILElement(element)->setDocumentOrderIndex(timingElementCount++); |
} |