From 4e75ebae52fc71336141f95dc83971b51002a104 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 3 Aug 2018 12:03:20 +0100 Subject: HTMLTableElement.insertRow: Fix lifetimes and error handling. --- include/dom/html/html_table_element.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dom') diff --git a/include/dom/html/html_table_element.h b/include/dom/html/html_table_element.h index 6fcd7ed..205d719 100644 --- a/include/dom/html/html_table_element.h +++ b/include/dom/html/html_table_element.h @@ -120,7 +120,7 @@ dom_exception dom_html_table_element_delete_t_foot( dom_exception dom_html_table_element_insert_row( dom_html_table_element *element, - int32_t index, dom_html_element **row); + int32_t index, dom_html_element **row_out); dom_exception dom_html_table_element_delete_row( dom_html_table_element *element, -- cgit v1.2.3