mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibWeb: Move passing of Web object prototypes out of constructors
This commit is contained in:
committed by
Andreas Kling
parent
834202aeb9
commit
af75493883
@@ -31,6 +31,7 @@ public:
|
||||
private:
|
||||
explicit DOMStringMap(DOM::Element&);
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
// ^LegacyPlatformObject
|
||||
|
||||
Reference in New Issue
Block a user