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

// Copyright 2023 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/attribute_part.h"

#include "third_party/blink/renderer/core/dom/node_cloning_data.h"
#include "third_party/blink/renderer/core/dom/part_root.h"

namespace blink {

// static
AttributePart* AttributePart::Create(PartRootUnion* root_union,
                                     Node* node,
                                     AtomicString local_name,
                                     const PartInit* init,
                                     ExceptionState& exception_state) {}

AttributePart::AttributePart(PartRoot& root,
                             Element& element,
                             AtomicString local_name,
                             Vector<String> metadata)
    :{}

Part* AttributePart::ClonePart(NodeCloningData& data, Node& node_clone) const {}

}  // namespace blink