mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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,
|
add_dom_stack_context(&parser->stack, &renderer,
|
||||||
&dom_source_renderer_context_info);
|
&dom_source_renderer_context_info);
|
||||||
add_dom_stack_tracer(&parser->stack);
|
|
||||||
|
|
||||||
root = parse_sgml(parser, &source);
|
root = parse_sgml(parser, &source);
|
||||||
if (root) {
|
if (root) {
|
||||||
|
Loading…
Reference in New Issue
Block a user