summaryrefslogtreecommitdiff
path: root/src/html/html_button_element.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_button_element.c')
-rw-r--r--src/html/html_button_element.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_button_element.c b/src/html/html_button_element.c
index 68cb1a5..47fdb7b 100644
--- a/src/html/html_button_element.c
+++ b/src/html/html_button_element.c
@@ -196,7 +196,7 @@ SIMPLE_GET(type);
SIMPLE_GET_SET(value);
dom_exception dom_html_button_element_get_tab_index(
- dom_html_button_element *button, unsigned long *tab_index)
+ dom_html_button_element *button, long *tab_index)
{
return dom_html_element_get_long_property(&button->base, "tabindex",
SLEN("tabindex"), tab_index);