diff options
Diffstat (limited to 'Libraries/LibJS/Runtime/SymbolConstructor.h')
-rw-r--r-- | Libraries/LibJS/Runtime/SymbolConstructor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibJS/Runtime/SymbolConstructor.h b/Libraries/LibJS/Runtime/SymbolConstructor.h index 87a50f1973..40d6a33690 100644 --- a/Libraries/LibJS/Runtime/SymbolConstructor.h +++ b/Libraries/LibJS/Runtime/SymbolConstructor.h @@ -38,7 +38,7 @@ public: virtual void initialize(GlobalObject&) override; virtual ~SymbolConstructor() override; - virtual Value call(Interpreter&) override; + virtual Value call() override; virtual Value construct(Interpreter&, Function& new_target) override; private: |