mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Remove broken spec link from MutationObserver
The link no longer works, and they are described as weak in the very next comment as well.
This commit is contained in:
parent
e281e3a274
commit
4cca341315
Notes:
github-actions[bot]
2025-11-24 12:46:40 +00:00
Author: https://github.com/gmta
Commit: 4cca341315
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6917
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ private:
|
|||
GC::Ptr<WebIDL::CallbackType> m_callback;
|
||||
|
||||
// https://dom.spec.whatwg.org/#mutationobserver-node-list
|
||||
// NOTE: These are weak, per https://dom.spec.whatwg.org/#garbage-collection
|
||||
// Registered observers in a node’s registered observer list have a weak reference to the node.
|
||||
Vector<GC::Weak<Node>> m_node_list;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue