summaryrefslogtreecommitdiff
path: root/javascript/duktape/html_unknown_element.c
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/html_unknown_element.c')
-rw-r--r--javascript/duktape/html_unknown_element.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/duktape/html_unknown_element.c b/javascript/duktape/html_unknown_element.c
index e728b4831..977450a02 100644
--- a/javascript/duktape/html_unknown_element.c
+++ b/javascript/duktape/html_unknown_element.c
@@ -41,7 +41,7 @@ DUKKY_FUNC(html_unknown_element, __proto)
/* Populate html_unknown_element's prototypical functionality */
/* Set this prototype's prototype (left-parent)*/
- DUKKY_GET_PROTOTYPE(html_element);
+ DUKKY_GET_PROTOTYPE(HTMLELEMENT);
duk_set_prototype(ctx, 0);
/* And the initialiser/finalizer */
DUKKY_SET_DESTRUCTOR(0, html_unknown_element);