1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Add FIXME about optimizing walk_dom_nodes()

This commit is contained in:
Jonas Fonseca 2005-12-22 03:20:11 +01:00 committed by Jonas Fonseca
parent eab6c19bbe
commit 6cb9a841b6

View File

@ -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)
{