summaryrefslogtreecommitdiff
path: root/src/core/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/text.c')
-rw-r--r--src/core/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/text.c b/src/core/text.c
index 1a5adaa..532ee13 100644
--- a/src/core/text.c
+++ b/src/core/text.c
@@ -26,7 +26,7 @@ struct dom_text_vtable text_vtable = {
{
DOM_NODE_EVENT_TARGET_VTABLE,
},
- DOM_NODE_VTABLE
+ DOM_NODE_VTABLE_CHARACTERDATA
},
DOM_CHARACTERDATA_VTABLE
},