| Index: Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl
|
| index d646b2b8486d7ad40c889ee6e674cf5e8c7d7acb..84ae0f4711865a3bd6fcec4e61e72742387bde0f 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.idl
|
| +++ b/Source/core/html/HTMLOptionsCollection.idl
|
| @@ -21,7 +21,7 @@
|
| [
|
| CustomIndexedSetter,
|
| GenerateIsReachable=ownerNode,
|
| - DependentLifetime,
|
| + DependentLifetime
|
| ] interface HTMLOptionsCollection : HTMLCollection {
|
| attribute long selectedIndex;
|
| [CustomSetter, SetterRaisesException] attribute unsigned long length;
|
|
|