Index: Source/core/platform/animation/CSSAnimationDataList.h |
diff --git a/Source/core/platform/animation/CSSAnimationDataList.h b/Source/core/platform/animation/CSSAnimationDataList.h |
index bd7d942ae824a5ab12f669507e280e0f446713da..48d855674f04c7458f0c9893231a6ed45f0d282a 100644 |
--- a/Source/core/platform/animation/CSSAnimationDataList.h |
+++ b/Source/core/platform/animation/CSSAnimationDataList.h |
@@ -35,7 +35,7 @@ class CSSAnimationDataList { |
WTF_MAKE_FAST_ALLOCATED; |
public: |
CSSAnimationDataList() { } |
- CSSAnimationDataList(const CSSAnimationDataList&); |
+ explicit CSSAnimationDataList(const CSSAnimationDataList&); |
void fillUnsetProperties(); |
bool operator==(const CSSAnimationDataList& o) const; |