mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
LibJS: Add missing Intl.Locale initializer for plain boolean type
This commit is contained in:
parent
e6a2ab1202
commit
3abfe7f7db
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ private:
|
|||
Optional<String> m_collation; // [[Collation]]
|
||||
Optional<String> m_hour_cycle; // [[HourCycle]]
|
||||
Optional<String> m_numbering_system; // [[NumberingSystem]]
|
||||
bool m_numeric; // [[Numeric]]
|
||||
bool m_numeric { false }; // [[Numeric]]
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue