summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLIFrameElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLIFrameElement.h')
-rw-r--r--WebCore/html/HTMLIFrameElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLIFrameElement.h b/WebCore/html/HTMLIFrameElement.h
index adead51..3407a6d 100644
--- a/WebCore/html/HTMLIFrameElement.h
+++ b/WebCore/html/HTMLIFrameElement.h
@@ -30,7 +30,7 @@ namespace WebCore {
class HTMLIFrameElement : public HTMLFrameElementBase {
public:
- HTMLIFrameElement(Document*);
+ HTMLIFrameElement(const QualifiedName&, Document*, bool createdByParser);
virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
virtual int tagPriority() const { return 1; }