mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibWeb: Fix some GCVerifier warnings
This commit is contained in:
committed by
Andreas Kling
parent
8b8ada292e
commit
8450041b52
@@ -142,7 +142,7 @@ private:
|
||||
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#planned-navigation
|
||||
// Each form element has a planned navigation, which is either null or a task; when the form is first created,
|
||||
// its planned navigation must be set to null.
|
||||
Task const* m_planned_navigation { nullptr };
|
||||
JS::GCPtr<Task const> m_planned_navigation;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user