blob: 95b1bc7de2fd34a9a4c8af20a0d64f5761a31721 [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/DocumentShutdownObserver.h"
#include "core/dom/DocumentShutdownNotifier.h"
namespace blink {
void DocumentShutdownObserver::ContextDestroyed(Document*) {}
DocumentShutdownObserver::DocumentShutdownObserver()
: LifecycleObserver(nullptr) {}
} // namespace blink