Chromium Code Reviews| Index: Source/core/dom/NodeList.idl |
| diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl |
| index b7c746e61003bcc53371d8158c1137e1201c3558..1c13f9bb8725a7032eb7046e197d9101b61d682d 100644 |
| --- a/Source/core/dom/NodeList.idl |
| +++ b/Source/core/dom/NodeList.idl |
| @@ -21,7 +21,7 @@ |
| [ |
| CustomIsReachable, |
| CustomNamedGetter, |
| - DependentLifetime, |
| + DependentLifetime |
| ] interface NodeList { |
| getter Node item([IsIndex,Default=Undefined] optional unsigned long index); |