Index: Source/core/html/HTMLOptionsCollection.h |
diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h |
index 23c19ed1e4c0a65f03c0922f8313f088de3a4ad7..6ae68f212b035bc99195866e9a05390d0297e279 100644 |
--- a/Source/core/html/HTMLOptionsCollection.h |
+++ b/Source/core/html/HTMLOptionsCollection.h |
@@ -24,6 +24,7 @@ |
#ifndef HTMLOptionsCollection_h |
#define HTMLOptionsCollection_h |
+#include "bindings/core/v8/Nullable.h" |
#include "core/html/HTMLCollection.h" |
namespace blink { |
@@ -44,7 +45,7 @@ public: |
void setSelectedIndex(int); |
void setLength(unsigned, ExceptionState&); |
- void namedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<NodeList>&, bool&, RefPtrWillBeRawPtr<Element>&); |
+ void namedGetter(const AtomicString& name, Nullable<RefPtrWillBeRawPtr<NodeList> >&, Nullable<RefPtrWillBeRawPtr<Element> >&); |
bool anonymousIndexedSetter(unsigned, PassRefPtrWillBeRawPtr<HTMLOptionElement>, ExceptionState&); |
private: |