#include "third_party/blink/renderer/core/dom/live_node_list_registry.h"
#include "base/containers/contains.h"
#include "base/not_fatal_until.h"
#include "base/ranges/algorithm.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/live_node_list_base.h"
namespace blink {
static_assert …;
void LiveNodeListRegistry::Add(const LiveNodeListBase* list,
NodeListInvalidationType type) { … }
void LiveNodeListRegistry::Remove(const LiveNodeListBase* list,
NodeListInvalidationType type) { … }
void LiveNodeListRegistry::Trace(Visitor* visitor) const { … }
void LiveNodeListRegistry::RecomputeMask() { … }
void LiveNodeListRegistry::ProcessCustomWeakness(const LivenessBroker& info) { … }
}