Index: Source/WebCore/html/HTMLAllCollection.idl |
=================================================================== |
--- Source/WebCore/html/HTMLAllCollection.idl (revision 142703) |
+++ Source/WebCore/html/HTMLAllCollection.idl (working copy) |
@@ -29,7 +29,8 @@ |
CustomCall, |
MasqueradesAsUndefined, |
GenerateIsReachable=ImplOwnerNodeRoot, |
- V8DependentLifetime |
+ V8DependentLifetime, |
+ V8SkipVTableValidation |
] interface HTMLAllCollection { |
readonly attribute unsigned long length; |
[Custom] Node item(in [Optional=DefaultIsUndefined] unsigned long index); |