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