Index: Source/core/html/HTMLOptionsCollection.h |
diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h |
index baa493eb2904f4aebd7f1cf54754afeb9b2f9270..86a2c8c9e2841d8ec306a5f83907f4102738b5f1 100644 |
--- a/Source/core/html/HTMLOptionsCollection.h |
+++ b/Source/core/html/HTMLOptionsCollection.h |
@@ -30,6 +30,7 @@ |
namespace blink { |
class ExceptionState; |
+class NodeListOrElement; |
class HTMLOptionsCollection final : public HTMLCollection { |
DEFINE_WRAPPERTYPEINFO(); |
@@ -46,7 +47,7 @@ public: |
void setSelectedIndex(int); |
void setLength(unsigned, ExceptionState&); |
- void namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<NodeList>&, RefPtrWillBeRawPtr<Element>&); |
+ void namedGetter(const AtomicString& name, NodeListOrElement&); |
bool anonymousIndexedSetter(unsigned, PassRefPtrWillBeRawPtr<HTMLOptionElement>, ExceptionState&); |
bool elementMatches(const HTMLElement&) const; |