Index: third_party/WebKit/Source/core/animation/ElementAnimation.h |
diff --git a/third_party/WebKit/Source/core/animation/ElementAnimation.h b/third_party/WebKit/Source/core/animation/ElementAnimation.h |
index ac4aeb611fab11b60d340bfec537a7130802cc7e..9f83d1847757a5aafa85f9263443009f2831746d 100644 |
--- a/third_party/WebKit/Source/core/animation/ElementAnimation.h |
+++ b/third_party/WebKit/Source/core/animation/ElementAnimation.h |
@@ -110,7 +110,7 @@ class ElementAnimation { |
if (toKeyframeEffectReadOnly(animation->effect())->target() == element && |
(animation->effect()->isCurrent() || |
animation->effect()->isInEffect())) |
- animations.append(animation); |
+ animations.push_back(animation); |
} |
return animations; |
} |