| Index: third_party/WebCore/html/HTMLCollection.idl
|
| diff --git a/third_party/WebCore/html/HTMLCollection.idl b/third_party/WebCore/html/HTMLCollection.idl
|
| index 77837762657bcc11a417bb5146fc8841ad4f0fe2..efd91c72c261b426901de1c37f523cf31842317a 100644
|
| --- a/third_party/WebCore/html/HTMLCollection.idl
|
| +++ b/third_party/WebCore/html/HTMLCollection.idl
|
| @@ -24,7 +24,8 @@ module html {
|
| IndexedGetter,
|
| NamedGetter,
|
| CustomToJSObject,
|
| - JSGenerateIsReachable,
|
| + GenerateIsReachable=ImplBaseRoot,
|
| + V8DependentLifetime,
|
| ObjCPolymorphic
|
| ] HTMLCollection {
|
| readonly attribute unsigned long length;
|
|
|