summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'test/DOMTSHandler.pm')
-rw-r--r--test/DOMTSHandler.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index 3cf0b7a..81ac9b1 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -85,8 +85,9 @@ our %unref_prefix = (
DOMString => "dom_string",
NamedNodeMap => "dom_namednodemap",
NodeList => "dom_nodelist",
- HTMLCollection => "dom_html_collection",
- HTMLDocument => "dom_html_document",
+ HTMLCollection => "dom_html_collection",
+ HTMLOptionsCollection => "dom_html_options_collection",
+ HTMLDocument => "dom_html_document",
);
our %special_method = (