Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index c441f4628c84ad71b3efbad9dc358c8ee9c51f7e..7af677a95c2c0f5350edb89e097a92be83dd2923 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -195,7 +195,7 @@ void Internals::resetToConsistentState(Page* page) |
} |
Internals::Internals(Document* document) |
- : ContextDestructionObserver(document) |
+ : ContextLifecycleObserver(document) |
, m_runtimeFlags(InternalRuntimeFlags::create()) |
{ |
} |