mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:57:36 +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:
parent
1499d2421e
commit
5626e1b324
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue