diff --git a/src/document/dom/stack.c b/src/document/dom/stack.c index 6ad654139..e768db86e 100644 --- a/src/document/dom/stack.c +++ b/src/document/dom/stack.c @@ -262,6 +262,8 @@ search_dom_stack(struct dom_stack *stack, enum dom_node_type type, return NULL; } +/* FIXME: Instead of walking all nodes in the tree only visit those which are + * of actual interest to the contexts on the stack. */ void walk_dom_nodes(struct dom_stack *stack, struct dom_node *root) {