Index: Source/core/svg/animation/SMILTimeContainer.cpp |
diff --git a/Source/core/svg/animation/SMILTimeContainer.cpp b/Source/core/svg/animation/SMILTimeContainer.cpp |
index 2a5e8d8506da6122aae6ab93c554f799edd515d3..174c99f5449a04564c0a22bd16821510f8fd540a 100644 |
--- a/Source/core/svg/animation/SMILTimeContainer.cpp |
+++ b/Source/core/svg/animation/SMILTimeContainer.cpp |
@@ -276,8 +276,7 @@ void SMILTimeContainer::updateAnimations(SMILTime elapsed, bool seekToTime) |
unsigned size = scheduled->size(); |
for (unsigned n = 0; n < size; n++) { |
SVGSMILElement* animation = scheduled->at(n); |
- if (!animation->hasConditionsConnected()) |
- animation->connectConditions(); |
+ animation->connectConditions(); |
} |
} |