1
Fork 0
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:
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

@ -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)