diff options
Diffstat (limited to 'contrib/dom')
-rw-r--r-- | contrib/dom/idl/NodeList.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/dom/idl/NodeList.idl b/contrib/dom/idl/NodeList.idl index 9d1aa2c..cef2f90 100644 --- a/contrib/dom/idl/NodeList.idl +++ b/contrib/dom/idl/NodeList.idl @@ -1,4 +1,6 @@ -interface NodeList { +[ + CustomIndexedGetter +] interface NodeList { Node item(in unsigned long index); readonly attribute unsigned long length; }; |