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