1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00

LibHTML: Hide debugging output unless HTML_DEBUG is defined

This commit is contained in:
Sergey Bugaev 2019-09-25 12:42:10 +03:00 committed by Andreas Kling
parent 235dee8c42
commit 6491493e26
4 changed files with 14 additions and 0 deletions

View file

@ -9,3 +9,5 @@ void dump_tree(const Node&);
void dump_tree(const LayoutNode&);
void dump_sheet(const StyleSheet&);
void dump_rule(const StyleRule&);
#undef HTML_DEBUG