summaryrefslogtreecommitdiffstats
path: root/contrib/dom/idl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dom/idl')
-rw-r--r--contrib/dom/idl/Node.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dom/idl/Node.idl b/contrib/dom/idl/Node.idl
index 0302e5e..f819441 100644
--- a/contrib/dom/idl/Node.idl
+++ b/contrib/dom/idl/Node.idl
@@ -26,7 +26,7 @@ interface Node {
readonly attribute Node lastChild;
readonly attribute Node previousSibling;
readonly attribute Node nextSibling;
- readonly attribute NamedNodeMap attributes;
+ [CustomGetter] readonly attribute NamedNodeMap attributes;
// Modified in DOM Level 2:
readonly attribute Document ownerDocument;
Node insertBefore(in Node newChild,