mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
Use proper function for box tree dump.
This commit is contained in:
parent
4581375209
commit
d4ca800268
@ -1314,13 +1314,7 @@ MENUHANDLER(save_box_tree)
|
||||
struct browser_window *bw;
|
||||
bw = nsbeos_get_browser_window(gw->top_level);
|
||||
|
||||
if (bw->current_content &&
|
||||
bw->current_content->type ==
|
||||
CONTENT_HTML) {
|
||||
box_dump(fh,
|
||||
bw->current_content->data.html.layout,
|
||||
0);
|
||||
}
|
||||
browser_window_debug_dump(bw, f);
|
||||
|
||||
fclose(fh);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user