mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +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
|
@ -132,7 +132,7 @@ set(NVME_DEBUG ON)
|
|||
set(OCCLUSIONS_DEBUG ON)
|
||||
set(OFFD_DEBUG ON)
|
||||
set(PAGE_FAULT_DEBUG ON)
|
||||
set(PARSER_DEBUG ON)
|
||||
set(HTML_PARSER_DEBUG ON)
|
||||
set(PATA_DEBUG ON)
|
||||
set(PATH_DEBUG ON)
|
||||
set(PCI_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue