mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Add missing edge visit for TextTrack in HTMLTrackElement
This commit is contained in:
parent
b7e505365c
commit
0a3082ef05
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/jamierocks
Commit: 0a3082ef05
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/432
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue