Index: Source/core/animation/InterpolableValue.h |
diff --git a/Source/core/animation/InterpolableValue.h b/Source/core/animation/InterpolableValue.h |
index f287082a93a18f469adf30b5fe7da18db0d3cc2d..61cc73ad7ac50b76207c6270e022a82eab24b026 100644 |
--- a/Source/core/animation/InterpolableValue.h |
+++ b/Source/core/animation/InterpolableValue.h |
@@ -137,7 +137,7 @@ private: |
} |
size_t m_size; |
- WillBeHeapVector<OwnPtrWillBeMember<InterpolableValue> > m_values; |
+ WillBeHeapVector<OwnPtrWillBeMember<InterpolableValue>> m_values; |
}; |
// FIXME: Remove this when we can. |