Index: Source/core/html/HTMLCollection.idl |
diff --git a/Source/core/html/HTMLCollection.idl b/Source/core/html/HTMLCollection.idl |
index ee1d158c1a1feb8a9b0f86c99f17ea88531946c7..13e4bfbe7ea52cf1217f5ed2973640b3bbbf1745 100644 |
--- a/Source/core/html/HTMLCollection.idl |
+++ b/Source/core/html/HTMLCollection.idl |
@@ -23,7 +23,6 @@ |
GenerateIsReachable=ImplOwnerNodeRoot, |
DependentLifetime, |
- SkipVTableValidation |
] interface HTMLCollection { |
readonly attribute unsigned long length; |
getter Node item([Default=Undefined] optional unsigned long index); |