#include "third_party/blink/renderer/platform/context_lifecycle_notifier.h"
#include "third_party/blink/renderer/platform/bindings/script_forbidden_scope.h"
#include "third_party/blink/renderer/platform/context_lifecycle_observer.h"
namespace blink {
ContextLifecycleNotifier::~ContextLifecycleNotifier() { … }
bool ContextLifecycleNotifier::IsContextDestroyed() const { … }
void ContextLifecycleNotifier::AddContextLifecycleObserver(
ContextLifecycleObserver* observer) { … }
void ContextLifecycleNotifier::RemoveContextLifecycleObserver(
ContextLifecycleObserver* observer) { … }
void ContextLifecycleNotifier::NotifyContextDestroyed() { … }
void ContextLifecycleNotifier::Trace(Visitor* visitor) const { … }
}