mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00
LibHTML: Let's put debug output on the debugger stream
This commit is contained in:
parent
786494b62d
commit
9290117b77
3 changed files with 23 additions and 23 deletions
|
@ -48,7 +48,7 @@ NonnullRefPtrVector<StyleRule> StyleResolver::collect_matching_rules(const Eleme
|
|||
}
|
||||
|
||||
#ifdef HTML_DEBUG
|
||||
printf("Rules matching Element{%p}\n", &element);
|
||||
dbgprintf("Rules matching Element{%p}\n", &element);
|
||||
for (auto& rule : matching_rules) {
|
||||
dump_rule(rule);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue