Chromium Code Reviews| Index: Source/core/svg/properties/NewSVGProperty.h |
| diff --git a/Source/core/svg/properties/NewSVGProperty.h b/Source/core/svg/properties/NewSVGProperty.h |
| index a3ee3c6e9a4afacb940b5b8c02daf1ff5cad796d..eaf4fe222b7e02ce84a319f8131ac6cc80e9c6fd 100644 |
| --- a/Source/core/svg/properties/NewSVGProperty.h |
| +++ b/Source/core/svg/properties/NewSVGProperty.h |
| @@ -66,7 +66,7 @@ public: |
| } |
| protected: |
| - NewSVGPropertyBase(AnimatedPropertyType type) |
| + explicit NewSVGPropertyBase(AnimatedPropertyType type) |
| : m_type(type) |
| { |
| } |