Skip to content

Commit 4cca341

Browse files
gmtaAtkinsSJ
authored andcommitted
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.
1 parent e281e3a commit 4cca341

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Libraries/LibWeb/DOM/MutationObserver.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ class MutationObserver final : public Bindings::PlatformObject {
5858
GC::Ptr<WebIDL::CallbackType> m_callback;
5959

6060
// https://dom.spec.whatwg.org/#mutationobserver-node-list
61-
// NOTE: These are weak, per https://dom.spec.whatwg.org/#garbage-collection
6261
// Registered observers in a node’s registered observer list have a weak reference to the node.
6362
Vector<GC::Weak<Node>> m_node_list;
6463

0 commit comments

Comments
 (0)