Index: Source/web/WebFontImpl.h |
diff --git a/Source/web/WebFontImpl.h b/Source/web/WebFontImpl.h |
index b98a2635412c885b33c6897c69050c0cb1718eb0..4f04be53d85544941e6cdf1293718e3f701aeace 100644 |
--- a/Source/web/WebFontImpl.h |
+++ b/Source/web/WebFontImpl.h |
@@ -40,7 +40,7 @@ namespace blink { |
class WebFontImpl FINAL : public WebFont { |
public: |
- WebFontImpl(const blink::FontDescription&); |
+ explicit WebFontImpl(const blink::FontDescription&); |
virtual WebFontDescription fontDescription() const OVERRIDE; |