Chromium Code Reviews| Index: Source/core/dom/DOMStringList.idl |
| diff --git a/Source/core/dom/DOMStringList.idl b/Source/core/dom/DOMStringList.idl |
| index 5109dc6c21e340f816b1ea647a5678bf0a1b6e9a..1c75bcb8d7c210092496ba0c95127d1cccca2978 100644 |
| --- a/Source/core/dom/DOMStringList.idl |
| +++ b/Source/core/dom/DOMStringList.idl |
| @@ -24,7 +24,6 @@ |
| */ |
| [ |
| - ImplementationLacksVTable |
| ] interface DOMStringList { |
| readonly attribute unsigned long length; |
| [TreatReturnedNullStringAs=Null] getter DOMString item([Default=Undefined] optional unsigned long index); |