// Copyright 2016 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/synchronous_mutation_observer.h" #include "third_party/blink/renderer/core/dom/document.h" namespace blink { void SynchronousMutationObserver::ObserverSetWillBeCleared() { … } void SynchronousMutationObserver::SetDocument(Document* document) { … } void SynchronousMutationObserver::Trace(Visitor* visitor) const { … } } // namespace blink