mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibHTML: Let's put debug output on the debugger stream
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user