diff options
Diffstat (limited to 'Source/WebCore/html/HTMLFontElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLFontElement.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLFontElement.h b/Source/WebCore/html/HTMLFontElement.h index eea8b44fb..f24332c31 100644 --- a/Source/WebCore/html/HTMLFontElement.h +++ b/Source/WebCore/html/HTMLFontElement.h @@ -37,7 +37,8 @@ public: private: HTMLFontElement(const QualifiedName&, Document*); - virtual void parseAttribute(Attribute*) OVERRIDE; + virtual bool isPresentationAttribute(Attribute*) const OVERRIDE; + virtual void collectStyleForAttribute(Attribute*, StylePropertySet*) OVERRIDE; }; } // namespace |