chromium/third_party/blink/renderer/core/dom/live_node_list_registry.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace blink