mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibJS: Rename PropertyName to PropertyKey
Let's use the same name as the spec. :^)
This commit is contained in:
parent
715e7fada8
commit
398c181c79
Notes:
sideshowbarker
2024-07-18 01:56:36 +09:00
Author: https://github.com/awesomekling
Commit: 398c181c79
55 changed files with 287 additions and 287 deletions
|
@ -89,7 +89,7 @@ struct BalancedDuration {
|
|||
template<typename StructT, typename ValueT>
|
||||
struct TemporalDurationLikeProperty {
|
||||
ValueT StructT::*internal_slot { nullptr };
|
||||
PropertyName property;
|
||||
PropertyKey property;
|
||||
};
|
||||
|
||||
template<typename StructT, typename ValueT>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue