summaryrefslogtreecommitdiffstats
path: root/contrib/dom/idl/NodeSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dom/idl/NodeSet.idl')
-rw-r--r--contrib/dom/idl/NodeSet.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/dom/idl/NodeSet.idl b/contrib/dom/idl/NodeSet.idl
deleted file mode 100644
index 4a32eaf..0000000
--- a/contrib/dom/idl/NodeSet.idl
+++ /dev/null
@@ -1,7 +0,0 @@
-[
- CustomIndexedGetter
-] interface NodeSet {
- void toDocumentOrder();
- readonly attribute unsigned long size;
- readonly attribute boolean empty;
-};