Index: Source/core/animation/ElementAnimation.h |
diff --git a/Source/core/animation/ElementAnimation.h b/Source/core/animation/ElementAnimation.h |
index cbd16f6be4350ae108a14b958b5ddc529544af22..eb3a90482b5e37f708758a9d47bc4ac99c1bd677 100644 |
--- a/Source/core/animation/ElementAnimation.h |
+++ b/Source/core/animation/ElementAnimation.h |
@@ -72,9 +72,9 @@ public: |
return animateInternal(element, effect, Timing()); |
} |
- static WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > getAnimationPlayers(Element& element) |
+ static WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer>> getAnimationPlayers(Element& element) |
{ |
- WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > animationPlayers; |
+ WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer>> animationPlayers; |
if (!element.hasAnimations()) |
return animationPlayers; |