summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-08-03 16:16:32 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-08-03 16:16:32 +0100
commit0a10aeb104d3595def8cfca607abf0babda13c00 (patch)
tree07e0cc53ee3173bcf8ed601a45175420e1f73222
parent3cc9bd2115f66e51962dc08e215d5467b0e88d36 (diff)
downloadlibdom-0a10aeb104d3595def8cfca607abf0babda13c00.tar.gz
libdom-0a10aeb104d3595def8cfca607abf0babda13c00.tar.bz2
DOMTSHandler: Ensure HTMLOptionsCollection is unreffed.
-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 = (