Chromium Code Reviews| Index: Source/WebCore/html/DOMTokenList.idl |
| =================================================================== |
| --- Source/WebCore/html/DOMTokenList.idl (revision 142703) |
| +++ Source/WebCore/html/DOMTokenList.idl (working copy) |
| @@ -24,7 +24,8 @@ |
| [ |
| GenerateIsReachable=ImplElementRoot, |
| - IndexedGetter |
| + IndexedGetter, |
| + V8SkipVTableValidation |
| ] interface DOMTokenList { |
| readonly attribute unsigned long length; |
| [TreatReturnedNullStringAs=Null] DOMString item(in unsigned long index); |