diff options
Diffstat (limited to 'WebCore/html/HTMLCollection.idl')
-rw-r--r-- | WebCore/html/HTMLCollection.idl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/WebCore/html/HTMLCollection.idl b/WebCore/html/HTMLCollection.idl index 45d1127..a3e4332 100644 --- a/WebCore/html/HTMLCollection.idl +++ b/WebCore/html/HTMLCollection.idl @@ -21,14 +21,11 @@ module html { interface [ - GenerateConstructor, HasIndexGetter, HasNameGetter, CustomCall, CustomToJS, - Polymorphic, - InterfaceUUID=b0d215ff-6f9c-4d1f-86c3-f200a65a5134, - ImplementationUUID=8e81b17f-7f74-4121-8f2f-a339a7e66447 + Polymorphic ] HTMLCollection { readonly attribute unsigned long length; [Custom] Node item(in unsigned long index); |