summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/BoundFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/BoundFunction.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/BoundFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/BoundFunction.h b/Userland/Libraries/LibJS/Runtime/BoundFunction.h
index bdee8f5195..15f597b54e 100644
--- a/Userland/Libraries/LibJS/Runtime/BoundFunction.h
+++ b/Userland/Libraries/LibJS/Runtime/BoundFunction.h
@@ -22,7 +22,7 @@ public:
virtual Value construct(Function& new_target) override;
- virtual FunctionEnvironmentRecord* create_environment_record() override;
+ virtual FunctionEnvironmentRecord* create_environment_record(Function&) override;
virtual void visit_edges(Visitor&) override;