| Index: third_party/WebCore/html/HTMLAllCollection.idl
|
| diff --git a/third_party/WebCore/html/HTMLAllCollection.idl b/third_party/WebCore/html/HTMLAllCollection.idl
|
| index 5ceae016c60c94dd052235337bd44f08b485ec11..50e189c6556d15513f5e04ab56b489d702487a45 100644
|
| --- a/third_party/WebCore/html/HTMLAllCollection.idl
|
| +++ b/third_party/WebCore/html/HTMLAllCollection.idl
|
| @@ -30,7 +30,8 @@ module html {
|
| NamedGetter,
|
| CustomCall,
|
| MasqueradesAsUndefined,
|
| - JSGenerateIsReachable
|
| + GenerateIsReachable=ImplBaseRoot,
|
| + V8DependentLifetime
|
| ] HTMLAllCollection {
|
| readonly attribute unsigned long length;
|
| [Custom] Node item(in [Optional=DefaultIsUndefined] unsigned long index);
|
|
|