From 398c181c799f728739c1ee2184b8638554b3353c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 24 Oct 2021 16:01:24 +0200 Subject: LibJS: Rename PropertyName to PropertyKey Let's use the same name as the spec. :^) --- Userland/Libraries/LibJS/Runtime/Temporal/Duration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Libraries/LibJS/Runtime/Temporal/Duration.h') diff --git a/Userland/Libraries/LibJS/Runtime/Temporal/Duration.h b/Userland/Libraries/LibJS/Runtime/Temporal/Duration.h index 50bb479312..d9e6bc2bc3 100644 --- a/Userland/Libraries/LibJS/Runtime/Temporal/Duration.h +++ b/Userland/Libraries/LibJS/Runtime/Temporal/Duration.h @@ -89,7 +89,7 @@ struct BalancedDuration { template struct TemporalDurationLikeProperty { ValueT StructT::*internal_slot { nullptr }; - PropertyName property; + PropertyKey property; }; template -- cgit v1.2.3