summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFontElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFontElement.h')
-rw-r--r--WebCore/html/HTMLFontElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLFontElement.h b/WebCore/html/HTMLFontElement.h
index 272f63c..029a23e 100644
--- a/WebCore/html/HTMLFontElement.h
+++ b/WebCore/html/HTMLFontElement.h
@@ -28,7 +28,7 @@ namespace WebCore {
class HTMLFontElement : public HTMLElement {
public:
- HTMLFontElement(Document*);
+ HTMLFontElement(const QualifiedName&, Document*);
virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
virtual int tagPriority() const { return 1; }