Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index 727be3dfff99f9018b146a327e54af3a2a7ccd57..bfecf286d8967dc945ee4938bb15888f76e1b031 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -114,7 +114,7 @@ public: |
const FormAssociatedElement::List& associatedElements() const; |
const Vector<HTMLImageElement*>& imageElements(); |
- void anonymousNamedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<RadioNodeList>&, bool&, RefPtr<Element>&); |
+ void anonymousNamedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<RadioNodeList>&, bool&, RefPtrWillBeRawPtr<Element>&); |
private: |
explicit HTMLFormElement(Document&); |