blob: 5ebeea365c29411db758d720ed9ca67fb7347b47 [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 "core/dom/DocumentShutdownNotifier.h"
#include "core/dom/Document.h"
#include "core/dom/DocumentShutdownObserver.h"
namespace blink {
DocumentShutdownNotifier::DocumentShutdownNotifier() = default;
} // namespace blink