Chromium Code Reviews| Index: Source/core/dom/NodeList.idl |
| diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl |
| index 19ccec64c87f2330dd42f98e3d2803680cd99c78..3bad8abdec8b844c55d6bb43697ce87593525773 100644 |
| --- a/Source/core/dom/NodeList.idl |
| +++ b/Source/core/dom/NodeList.idl |
| @@ -19,8 +19,8 @@ |
| */ |
| [ |
| - Custom=VisitDOMWrapper, |
| DependentLifetime, |
| + GenerateVisitDOMWrapper=ownerNode |
| ] interface NodeList { |
| getter Node item(unsigned long index); |