We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e281e3a commit 4cca341Copy full SHA for 4cca341
Libraries/LibWeb/DOM/MutationObserver.h
@@ -58,7 +58,6 @@ class MutationObserver final : public Bindings::PlatformObject {
58
GC::Ptr<WebIDL::CallbackType> m_callback;
59
60
// https://dom.spec.whatwg.org/#mutationobserver-node-list
61
- // NOTE: These are weak, per https://dom.spec.whatwg.org/#garbage-collection
62
// Registered observers in a node’s registered observer list have a weak reference to the node.
63
Vector<GC::Weak<Node>> m_node_list;
64
0 commit comments