| Index: third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl b/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
|
| index f5e32f3f5982918263e0e2996b1d989733b14f9f..3c6caa3d8083720d07bbd972d788e5d9f290d316 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
|
| @@ -23,7 +23,6 @@
|
|
|
| [
|
| DependentLifetime,
|
| - SetWrapperReferenceFrom=ownerNode,
|
| ] interface HTMLOptionsCollection : HTMLCollection {
|
| // inherits item()
|
| [CEReactions, RaisesException=Setter] attribute unsigned long length; // shadows inherited length
|
|
|