Index: Source/platform/animation/KeyframeValueList.h |
diff --git a/Source/platform/animation/KeyframeValueList.h b/Source/platform/animation/KeyframeValueList.h |
index 7eef2fff19987fe20df268af488775dd034da443..1aee1dba5728f694d149808ba6cead78eb8327f9 100644 |
--- a/Source/platform/animation/KeyframeValueList.h |
+++ b/Source/platform/animation/KeyframeValueList.h |
@@ -81,7 +81,7 @@ public: |
void insert(PassOwnPtr<const AnimationValue>); |
protected: |
- Vector<OwnPtr<const AnimationValue> > m_values; |
+ Vector<OwnPtr<const AnimationValue>> m_values; |
AnimatedPropertyID m_property; |
}; |