From 0a10aeb104d3595def8cfca607abf0babda13c00 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 3 Aug 2018 16:16:32 +0100 Subject: DOMTSHandler: Ensure HTMLOptionsCollection is unreffed. --- test/DOMTSHandler.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') 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 = ( -- cgit v1.2.3