summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/RegExpConstructor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/RegExpConstructor.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/RegExpConstructor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/RegExpConstructor.h b/Userland/Libraries/LibJS/Runtime/RegExpConstructor.h
index ebce6f3e73..28ee58790c 100644
--- a/Userland/Libraries/LibJS/Runtime/RegExpConstructor.h
+++ b/Userland/Libraries/LibJS/Runtime/RegExpConstructor.h
@@ -14,7 +14,7 @@ class RegExpConstructor final : public NativeFunction {
JS_OBJECT(RegExpConstructor, NativeFunction);
public:
- explicit RegExpConstructor(GlobalObject&);
+ explicit RegExpConstructor(Realm&);
virtual void initialize(GlobalObject&) override;
virtual ~RegExpConstructor() override = default;