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:
Jelle Raaijmakers 2025-11-24 09:58:05 +01:00 committed by Sam Atkins
parent e281e3a274
commit 4cca341315
Notes: github-actions[bot] 2025-11-24 12:46:40 +00:00

View file

@ -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 nodes registered observer list have a weak reference to the node.
Vector<GC::Weak<Node>> m_node_list;