Index: Source/core/dom/CustomElementRegistry.cpp |
diff --git a/Source/core/dom/CustomElementRegistry.cpp b/Source/core/dom/CustomElementRegistry.cpp |
index 3bad3ba7b85f5358715e1bfa20e92479b33d9bfe..de6c6467c04c2892c47f092024d40d0e873b52d1 100644 |
--- a/Source/core/dom/CustomElementRegistry.cpp |
+++ b/Source/core/dom/CustomElementRegistry.cpp |
@@ -62,7 +62,7 @@ void setTypeExtension(Element* element, const AtomicString& typeExtension) |
} |
CustomElementRegistry::CustomElementRegistry(Document* document) |
- : ContextDestructionObserver(document) |
+ : ContextLifecycleObserver(document) |
{ |
} |