1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:57:44 +00:00

LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG

Since this macro was created we gained a couple more parsers in the
system :^)
This commit is contained in:
Idan Horowitz 2022-03-24 22:06:19 +02:00 committed by Andreas Kling
parent 1499d2421e
commit 5626e1b324
3 changed files with 5 additions and 5 deletions

View file

@ -318,8 +318,8 @@
#cmakedefine01 OCCLUSIONS_DEBUG
#endif
#ifndef PARSER_DEBUG
#cmakedefine01 PARSER_DEBUG
#ifndef HTML_PARSER_DEBUG
#cmakedefine01 HTML_PARSER_DEBUG
#endif
#ifndef PATH_DEBUG