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