summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/html/FormAssociatedElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/FormAssociatedElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/FormAssociatedElement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/FormAssociatedElement.h b/chromium/third_party/WebKit/Source/core/html/FormAssociatedElement.h
index 85b5e74355c..15f2fa1fbc8 100644
--- a/chromium/third_party/WebKit/Source/core/html/FormAssociatedElement.h
+++ b/chromium/third_party/WebKit/Source/core/html/FormAssociatedElement.h
@@ -93,7 +93,7 @@ protected:
void insertedInto(ContainerNode*);
void removedFrom(ContainerNode*);
- void didMoveToNewDocument(Document* oldDocument);
+ void didMoveToNewDocument(Document& oldDocument);
void setForm(HTMLFormElement*);
void formAttributeChanged();
@@ -119,7 +119,9 @@ private:
};
HTMLElement* toHTMLElement(FormAssociatedElement*);
+HTMLElement& toHTMLElement(FormAssociatedElement&);
const HTMLElement* toHTMLElement(const FormAssociatedElement*);
+const HTMLElement& toHTMLElement(const FormAssociatedElement&);
} // namespace