Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index e4bf3838a1ea693dd1a5ed08136100ddf63eac96..07f31badd857bfc600278a9ef580862600c4ab57 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -117,7 +117,7 @@ public: |
const FormAssociatedElement::List& associatedElements() const; |
const WillBeHeapVector<RawPtrWillBeMember<HTMLImageElement> >& imageElements(); |
- void anonymousNamedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<RadioNodeList>&, bool&, RefPtrWillBeRawPtr<Element>&); |
+ void anonymousNamedGetter(const AtomicString& name, RefPtrWillBeRawPtr<RadioNodeList>&, RefPtrWillBeRawPtr<Element>&); |
private: |
explicit HTMLFormElement(Document&); |