blob: 575a859ab7f58782d43603f2ccb1538f52c57694 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// 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/document_shutdown_notifier.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/document_shutdown_observer.h"
namespace blink {
DocumentShutdownNotifier::DocumentShutdownNotifier() = default;
} // namespace blink