Index: core/html/HTMLOptionsCollection.idl |
diff --git a/core/html/HTMLOptionsCollection.idl b/core/html/HTMLOptionsCollection.idl |
index aa47617cb3f61129cf5fe3280750d783b836383e..32c414795d154d9f1920782efd8903b77093b8b4 100644 |
--- a/core/html/HTMLOptionsCollection.idl |
+++ b/core/html/HTMLOptionsCollection.idl |
@@ -20,11 +20,11 @@ |
*/ |
[ |
- GenerateIsReachable=ownerNode, |
- DependentLifetime |
+ DependentLifetime, |
+ GenerateVisitDOMWrapper=ownerNode, |
] interface HTMLOptionsCollection : HTMLCollection { |
attribute long selectedIndex; |
- [CustomSetter, SetterRaisesException] attribute unsigned long length; |
+ [Custom=Setter, RaisesException=Setter] attribute unsigned long length; |
[ImplementedAs=item] getter Node(unsigned long index); |
[ImplementedAs=anonymousIndexedSetter, RaisesException] setter HTMLOptionElement (unsigned long index, [TreatNullAs=anonymousIndexedSetterRemove, TreatUndefinedAs=anonymousIndexedSetterRemove] HTMLOptionElement value); |
[ImplementedAs=anonymousNamedGetter, NotEnumerable] getter (NodeList or Node)(DOMString name); |