diff options
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/MapConstructor.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/MapConstructor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/MapConstructor.h b/Userland/Libraries/LibJS/Runtime/MapConstructor.h index f507a205dc..c1eebc2f65 100644 --- a/Userland/Libraries/LibJS/Runtime/MapConstructor.h +++ b/Userland/Libraries/LibJS/Runtime/MapConstructor.h @@ -24,7 +24,7 @@ public: private: virtual bool has_constructor() const override { return true; } - JS_DECLARE_NATIVE_FUNCTION(symbol_species_getter); + JS_DECLARE_OLD_NATIVE_FUNCTION(symbol_species_getter); }; } |