summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLConstructionSite.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLConstructionSite.h')
-rw-r--r--WebCore/html/HTMLConstructionSite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLConstructionSite.h b/WebCore/html/HTMLConstructionSite.h
index d9c8ac5..16ba56b 100644
--- a/WebCore/html/HTMLConstructionSite.h
+++ b/WebCore/html/HTMLConstructionSite.h
@@ -84,6 +84,7 @@ public:
Element* head() const { return m_head.get(); }
+ void setForm(HTMLFormElement*);
HTMLFormElement* form() const { return m_form.get(); }
PassRefPtr<HTMLFormElement> takeForm();