diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2022-03-24 22:06:19 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-24 21:37:49 +0100 |
commit | 5626e1b32414425de7324a220e969b0ae5101095 (patch) | |
tree | 9a8b3e05e1e138375bf1b38ba3330bf5e08a2402 /AK | |
parent | 1499d2421e9f95071774f70a56deeee0a65a1eac (diff) | |
download | serenity-5626e1b32414425de7324a220e969b0ae5101095.zip |
LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG
Since this macro was created we gained a couple more parsers in the
system :^)
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Debug.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 20ea9e39df..9bceac045a 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -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 |