mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
AK: Apply changes for the Bootstrapper environment
This commit is contained in:
parent
88cf46dc98
commit
8bdb08c354
Notes:
sideshowbarker
2024-07-19 09:30:19 +09:00
Author: https://github.com/supercomputer7
Commit: 8bdb08c354
Pull-request: https://github.com/SerenityOS/serenity/pull/1194
11 changed files with 43 additions and 37 deletions
|
@ -118,7 +118,7 @@ JsonValue::JsonValue(const char* cstring)
|
|||
{
|
||||
}
|
||||
|
||||
#ifndef KERNEL
|
||||
#if !defined(BOOTSTRAPPER) && !defined(KERNEL)
|
||||
JsonValue::JsonValue(double value)
|
||||
: m_type(Type::Double)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue