Chromium Code Reviews| Index: third_party/WebCore/dom/NodeList.idl |
| diff --git a/third_party/WebCore/dom/NodeList.idl b/third_party/WebCore/dom/NodeList.idl |
| index 71544d16b3535de676b2fa8c7800fc871b951253..e5d0f9074b99dae8149801aa4bf735c76dbacb8e 100644 |
| --- a/third_party/WebCore/dom/NodeList.idl |
| +++ b/third_party/WebCore/dom/NodeList.idl |
| @@ -21,9 +21,10 @@ |
| module core { |
| interface [ |
| - JSCustomIsReachable, |
| + CustomIsReachable, |
| IndexedGetter, |
| - NamedGetter |
| + NamedGetter, |
| + V8DependentLifetime |
| ] NodeList { |
| Node item(in [IsIndex,Optional=DefaultIsUndefined] unsigned long index); |