summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/WindowObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Bindings/WindowObject.h')
-rw-r--r--Userland/Libraries/LibWeb/Bindings/WindowObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Bindings/WindowObject.h b/Userland/Libraries/LibWeb/Bindings/WindowObject.h
index a148d95ee4..eda6c5d72a 100644
--- a/Userland/Libraries/LibWeb/Bindings/WindowObject.h
+++ b/Userland/Libraries/LibWeb/Bindings/WindowObject.h
@@ -60,6 +60,8 @@ public:
return *constructor;
}
+ virtual bool internal_set_prototype_of(JS::Object* prototype) override;
+
private:
virtual void visit_edges(Visitor&) override;