Index: Source/core/html/HTMLFontElement.h |
diff --git a/Source/core/html/HTMLFontElement.h b/Source/core/html/HTMLFontElement.h |
index 7c85f6f3031fe3c854ab9b8167cb814cb5c43653..229c5c9489693b83d45a3c47b43b689882b22ecc 100644 |
--- a/Source/core/html/HTMLFontElement.h |
+++ b/Source/core/html/HTMLFontElement.h |
@@ -30,12 +30,12 @@ namespace WebCore { |
class HTMLFontElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLFontElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<HTMLFontElement> create(Document&); |
static bool cssValueFromFontSizeNumber(const String&, CSSValueID&); |
private: |
- HTMLFontElement(const QualifiedName&, Document&); |
+ explicit HTMLFontElement(Document&); |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |