summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/FormAssociatedElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/FormAssociatedElement.h')
-rw-r--r--Source/WebCore/html/FormAssociatedElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/html/FormAssociatedElement.h b/Source/WebCore/html/FormAssociatedElement.h
index ebefdc6..aa5abd9 100644
--- a/Source/WebCore/html/FormAssociatedElement.h
+++ b/Source/WebCore/html/FormAssociatedElement.h
@@ -63,7 +63,8 @@ protected:
void insertedIntoTree();
void removedFromTree();
-
+ void insertedIntoDocument();
+ void removedFromDocument();
void willMoveToNewOwnerDocument();
void setForm(HTMLFormElement* form) { m_form = form; }