summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-23 11:55:51 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-23 15:31:40 +0100
commit89fe0e619357ddf707a2d301794b9ceb928a7836 (patch)
tree35e37d9a2454318d9baea522a1b52eb2eccc5e3a /test
parent0338d09eea66ede52ee364b8ca05986054bd077c (diff)
downloadlibdom-89fe0e619357ddf707a2d301794b9ceb928a7836.tar.gz
libdom-89fe0e619357ddf707a2d301794b9ceb928a7836.tar.bz2
Make HTMLOList IDL to c name mapping consistant
Diffstat (limited to 'test')
-rw-r--r--test/DOMTSHandler.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index fec9bcb..a5081dd 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -66,6 +66,7 @@ our %special_prefix = (
HTMLTableSectionElement => "dom_html_table_section_element",
HTMLIsIndexElement => "dom_html_isindex_element",
HTMLIFrameElement => "dom_html_iframe_element",
+ HTMLOListElement => "dom_html_olist_element",
caption => "dom_html_table_caption_element *",
section => "dom_html_table_section_element *",
createCaption => "dom_html_element *",