Chromium Code Reviews| Index: Source/core/html/DOMTokenList.idl |
| diff --git a/Source/core/html/DOMTokenList.idl b/Source/core/html/DOMTokenList.idl |
| index 64bc6364fb7929b651cff20f97ad3d8084cf1179..bd4b549dc1b6c26f1c2eb6347397d7267c3a48ac 100644 |
| --- a/Source/core/html/DOMTokenList.idl |
| +++ b/Source/core/html/DOMTokenList.idl |
| @@ -24,7 +24,6 @@ |
| [ |
| GenerateIsReachable=ImplElementRoot, |
| - SkipVTableValidation |
| ] interface DOMTokenList { |
| readonly attribute unsigned long length; |
| [TreatReturnedNullStringAs=Null] getter DOMString item(unsigned long index); |