diff --git a/src/document/dom/stack.h b/src/document/dom/stack.h index ab2282383..dd2e7f9b2 100644 --- a/src/document/dom/stack.h +++ b/src/document/dom/stack.h @@ -88,6 +88,7 @@ search_dom_stack(struct dom_stack *stack, enum dom_node_type type, struct dom_stack_state *state; int pos; + /* FIXME: Take node subtype and compare if non-zero or something. */ foreachback_dom_state (stack, state, pos) { struct dom_node *parent = state->node;