mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibJS: Add missing Intl.Locale initializer for plain boolean type
This commit is contained in:
committed by
Linus Groh
parent
e6a2ab1202
commit
3abfe7f7db
@@ -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]]
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user