chromium/third_party/blink/renderer/core/html/forms/html_selected_option_element.cc

// Copyright 2024 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/html/forms/html_selected_option_element.h"

#include "third_party/blink/renderer/core/dom/events/mutation_event_suppression_scope.h"
#include "third_party/blink/renderer/core/html/forms/html_option_element.h"
#include "third_party/blink/renderer/core/html/forms/html_select_element.h"

namespace blink {

HTMLSelectedOptionElement::HTMLSelectedOptionElement(Document& document)
    :{}

void HTMLSelectedOptionElement::CloneContentsFromOptionElement(
    const HTMLOptionElement* option) {}

Node::InsertionNotificationRequest HTMLSelectedOptionElement::InsertedInto(
    ContainerNode& insertion_point) {}

void HTMLSelectedOptionElement::RemovedFrom(ContainerNode& container) {}

}  // namespace blink