mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
AK: Ban JsonValue from the kernel and remove ifdef guards
JsonValue can store JsonObject which uses DS for keys, so it is not safe to use it in the kernel even with the double/String guards.
This commit is contained in:
parent
d3b3e49e19
commit
c0ffff7e88
Notes:
sideshowbarker
2024-07-16 22:11:09 +09:00
Author: https://github.com/DanShaders
Commit: c0ffff7e88
Pull-request: https://github.com/SerenityOS/serenity/pull/21933
2 changed files with 9 additions and 47 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <AK/JsonArraySerializer.h>
|
||||
#include <AK/JsonObjectSerializer.h>
|
||||
#include <AK/JsonValue.h>
|
||||
#include <Kernel/Devices/TTY/TTY.h>
|
||||
#include <Kernel/FileSystem/Custody.h>
|
||||
#include <Kernel/FileSystem/ProcFS/Inode.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue