Index: core/html/HTMLSelectElement.idl |
=================================================================== |
--- core/html/HTMLSelectElement.idl (revision 22811) |
+++ core/html/HTMLSelectElement.idl (working copy) |
@@ -20,7 +20,6 @@ |
[ |
CustomIndexedSetter, |
- CustomIndexedGetter, |
SkipVTableValidation |
] interface HTMLSelectElement : HTMLElement { |
[Reflect] attribute boolean autofocus; |
@@ -36,7 +35,7 @@ |
readonly attribute HTMLOptionsCollection options; |
[SetterRaisesException] attribute unsigned long length; |
- Node item([IsIndex,Default=Undefined] optional unsigned long index); |
+ getter Node item([IsIndex,Default=Undefined] optional unsigned long index); |
Node namedItem([Default=Undefined] optional DOMString name); |
[RaisesException] void add([Default=Undefined] optional HTMLElement element, |
[Default=Undefined] optional HTMLElement before); |