Index: Source/core/platform/animation/CSSAnimationData.h |
diff --git a/Source/core/platform/animation/CSSAnimationData.h b/Source/core/platform/animation/CSSAnimationData.h |
index f8c441cd5a491bf1575bc78e5b1c4d243d2d04ab..a8ab4598cbf723c207c99ba220f06f4ee71060fc 100644 |
--- a/Source/core/platform/animation/CSSAnimationData.h |
+++ b/Source/core/platform/animation/CSSAnimationData.h |
@@ -148,7 +148,7 @@ public: |
private: |
CSSAnimationData(); |
- CSSAnimationData(const CSSAnimationData& o); |
+ explicit CSSAnimationData(const CSSAnimationData&); |
AtomicString m_name; |
CSSPropertyID m_property; |