diff options
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h index 798b9f67c3..63f95930ff 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -182,6 +182,7 @@ namespace JS { P(getMilliseconds) \ P(getMinutes) \ P(getMonth) \ + P(getOffsetNanosecondsFor) \ P(getOwnPropertyDescriptor) \ P(getOwnPropertyDescriptors) \ P(getOwnPropertyNames) \ |