summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Path2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/Path2D.h')
-rw-r--r--Userland/Libraries/LibWeb/HTML/Path2D.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/Path2D.h b/Userland/Libraries/LibWeb/HTML/Path2D.h
index 915717c8a6..db3d781d09 100644
--- a/Userland/Libraries/LibWeb/HTML/Path2D.h
+++ b/Userland/Libraries/LibWeb/HTML/Path2D.h
@@ -27,6 +27,8 @@ public:
private:
Path2D(JS::Realm&, Optional<Variant<JS::Handle<Path2D>, DeprecatedString>> const&);
+
+ virtual void initialize(JS::Realm&) override;
};
}