diff options
Diffstat (limited to 'WebCore/html/HTMLLabelElement.h')
-rw-r--r-- | WebCore/html/HTMLLabelElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLLabelElement.h b/WebCore/html/HTMLLabelElement.h index 570bdaf..6331da5 100644 --- a/WebCore/html/HTMLLabelElement.h +++ b/WebCore/html/HTMLLabelElement.h @@ -30,7 +30,7 @@ namespace WebCore { class HTMLLabelElement : public HTMLElement { public: - HTMLLabelElement(Document*); + HTMLLabelElement(const QualifiedName&, Document*); virtual ~HTMLLabelElement(); virtual int tagPriority() const { return 5; } |