| Index: third_party/WebKit/Source/core/html/HTMLAllCollection.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAllCollection.idl b/third_party/WebKit/Source/core/html/HTMLAllCollection.idl
|
| index 01555a4cde61dcf15689efa10eb93f19425038b0..26b0c4a27ff57b40abe5057e8c827fb07d2f34f8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAllCollection.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAllCollection.idl
|
| @@ -29,7 +29,6 @@
|
| [
|
| Custom=LegacyCallAsFunction,
|
| DependentLifetime,
|
| - SetWrapperReferenceFrom=ownerNode,
|
| ] interface HTMLAllCollection {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=item] getter Element (unsigned long index);
|
|
|