mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +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
Notes:
sideshowbarker
2024-07-17 16:49:05 +09:00
Author: https://github.com/IdanHo
Commit: 5626e1b324
Pull-request: https://github.com/SerenityOS/serenity/pull/13244
Reviewed-by: https://github.com/trflynn89 ✅
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