Index: Source/core/html/HTMLOptionsCollection.idl |
diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl |
index f451185fc6415263b88fabd31684e73173d62ce9..1809be9f11724aaabbdd600b935fddbea10f05b2 100644 |
--- a/Source/core/html/HTMLOptionsCollection.idl |
+++ b/Source/core/html/HTMLOptionsCollection.idl |
@@ -29,7 +29,7 @@ |
[RaisesException, TypeChecking=Interface] setter HTMLOptionElement (unsigned long index, HTMLOptionElement? value); |
// FIXME: The spec and firefox return an Element (the first matching Element). |
- [ImplementedAs=namedGetter] getter (NodeList or Element) namedItem(DOMString name); |
+ [ImplementedAs=namedGetter] getter (NodeList or Element)? namedItem(DOMString name); |
[Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option, optional unsigned long index); |
void remove(unsigned long index); |