Chromium Code Reviews| Index: Source/WebCore/html/FormAssociatedElement.h |
| =================================================================== |
| --- Source/WebCore/html/FormAssociatedElement.h (revision 78154) |
| +++ Source/WebCore/html/FormAssociatedElement.h (working copy) |
| @@ -63,7 +63,8 @@ |
| void insertedIntoTree(); |
| void removedFromTree(); |
| - |
| + void insertedIntoDocument(); |
| + void removedFromDocument(); |
| void willMoveToNewOwnerDocument(); |
| void setForm(HTMLFormElement* form) { m_form = form; } |