Index: Source/core/html/HTMLFormControlsCollection.idl |
diff --git a/Source/core/html/HTMLFormControlsCollection.idl b/Source/core/html/HTMLFormControlsCollection.idl |
index 5ed779f2dfa1be74b19917aed25508faacab8429..68fd4b7c52f7605cad8939aab8a2b0b7b4c24978 100644 |
--- a/Source/core/html/HTMLFormControlsCollection.idl |
+++ b/Source/core/html/HTMLFormControlsCollection.idl |
@@ -24,5 +24,5 @@ |
SetWrapperReferenceFrom=ownerNode, |
] interface HTMLFormControlsCollection : HTMLCollection { |
[ImplementedAs=item] getter Node (unsigned long index); |
- [ImplementedAs=namedGetter] getter (RadioNodeList or Element) namedItem(DOMString name); // shadows inherited namedItem() |
+ [ImplementedAs=namedGetter] getter (RadioNodeList or Element)? namedItem(DOMString name); // shadows inherited namedItem() |
}; |