Index: Source/core/html/HTMLFormControlsCollection.h |
diff --git a/Source/core/html/HTMLFormControlsCollection.h b/Source/core/html/HTMLFormControlsCollection.h |
index fe5ca7365f1bfc9cd331591e577e45846dff8f48..cd11813b8fbb90dd0651013618b9f6472c676c2a 100644 |
--- a/Source/core/html/HTMLFormControlsCollection.h |
+++ b/Source/core/html/HTMLFormControlsCollection.h |
@@ -44,7 +44,7 @@ public: |
virtual ~HTMLFormControlsCollection(); |
virtual Element* namedItem(const AtomicString& name) const OVERRIDE; |
- void namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtrWillBeRawPtr<RadioNodeList>&, bool& elementEnabled, RefPtrWillBeRawPtr<Element>&); |
+ void namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<RadioNodeList>&, RefPtrWillBeRawPtr<Element>&); |
virtual void trace(Visitor*) OVERRIDE; |