Index: Source/core/dom/MutationObserverInterestGroup.h |
diff --git a/Source/core/dom/MutationObserverInterestGroup.h b/Source/core/dom/MutationObserverInterestGroup.h |
index 057400b5691dcc8d6c82693e215525cd65832230..69d665ee17bfcc28a4c7855174965342118ccbc2 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 NoBaseWillBeGarbageCollectedFinalized<MutationObserverInterestGroup> { |
public: |
static PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> createForChildListMutation(Node& target) |
{ |