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