Index: Source/core/dom/MutationObserverInterestGroup.h |
diff --git a/Source/core/dom/MutationObserverInterestGroup.h b/Source/core/dom/MutationObserverInterestGroup.h |
index 69d665ee17bfcc28a4c7855174965342118ccbc2..238c0ce648ca67c8ba0c31a176e8cd62d876d82a 100644 |
--- a/Source/core/dom/MutationObserverInterestGroup.h |
+++ b/Source/core/dom/MutationObserverInterestGroup.h |
@@ -41,7 +41,7 @@ |
namespace blink { |
-class MutationObserverInterestGroup final : public NoBaseWillBeGarbageCollectedFinalized<MutationObserverInterestGroup> { |
+class MutationObserverInterestGroup final : public NoBaseWillBeGarbageCollected<MutationObserverInterestGroup> { |
public: |
static PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> createForChildListMutation(Node& target) |
{ |