summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMetaElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMetaElement.h')
-rw-r--r--WebCore/html/HTMLMetaElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLMetaElement.h b/WebCore/html/HTMLMetaElement.h
index e55cd9f..f535293 100644
--- a/WebCore/html/HTMLMetaElement.h
+++ b/WebCore/html/HTMLMetaElement.h
@@ -31,7 +31,7 @@ namespace WebCore {
class HTMLMetaElement : public HTMLElement
{
public:
- HTMLMetaElement(Document*);
+ HTMLMetaElement(const QualifiedName&, Document*);
~HTMLMetaElement();
virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; }