chromium/third_party/blink/renderer/core/dom/events/mutation_event_suppression_scope.h

// 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.

#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_DOM_EVENTS_MUTATION_EVENT_SUPPRESSION_SCOPE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_DOM_EVENTS_MUTATION_EVENT_SUPPRESSION_SCOPE_H_

#include "third_party/blink/renderer/core/dom/document.h"

namespace blink {

class MutationEventSuppressionScope {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_DOM_EVENTS_MUTATION_EVENT_SUPPRESSION_SCOPE_H_