mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibWeb: Add missing edge visit for TextTrack in HTMLTrackElement
This commit is contained in:
committed by
Andreas Kling
parent
b7e505365c
commit
0a3082ef05
@@ -25,6 +25,7 @@ private:
|
||||
HTMLTrackElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
// ^DOM::Element
|
||||
virtual void attribute_changed(FlyString const& name, Optional<String> const& value) override;
|
||||
|
||||
Reference in New Issue
Block a user