summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/SymbolConstructor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/SymbolConstructor.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/SymbolConstructor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/SymbolConstructor.h b/Userland/Libraries/LibJS/Runtime/SymbolConstructor.h
index ae55b6ce78..aa06900c45 100644
--- a/Userland/Libraries/LibJS/Runtime/SymbolConstructor.h
+++ b/Userland/Libraries/LibJS/Runtime/SymbolConstructor.h
@@ -24,8 +24,8 @@ public:
private:
virtual bool has_constructor() const override { return true; }
- JS_DECLARE_NATIVE_FUNCTION(for_);
- JS_DECLARE_NATIVE_FUNCTION(key_for);
+ JS_DECLARE_OLD_NATIVE_FUNCTION(for_);
+ JS_DECLARE_OLD_NATIVE_FUNCTION(key_for);
};
}