mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Remove the DOM track tracer from the renderer
This commit is contained in:
parent
470da90699
commit
ff75d5086f
@ -698,7 +698,6 @@ render_dom_document(struct cache_entry *cached, struct document *document,
|
||||
|
||||
add_dom_stack_context(&parser->stack, &renderer,
|
||||
&dom_source_renderer_context_info);
|
||||
add_dom_stack_tracer(&parser->stack);
|
||||
|
||||
root = parse_sgml(parser, &source);
|
||||
if (root) {
|
||||
|
Loading…
Reference in New Issue
Block a user