| Index: Source/core/css/invalidation/DescendantInvalidationSet.h
|
| diff --git a/Source/core/css/invalidation/DescendantInvalidationSet.h b/Source/core/css/invalidation/DescendantInvalidationSet.h
|
| index 64f06b126ffc6120ca615a85cf434e07172a8f19..a04a2d6de2cd11a04ee4abe2dfcd9d89a0d9cc39 100644
|
| --- a/Source/core/css/invalidation/DescendantInvalidationSet.h
|
| +++ b/Source/core/css/invalidation/DescendantInvalidationSet.h
|
| @@ -45,7 +45,7 @@ class Element;
|
|
|
| // Tracks data to determine which elements of a DOM subtree need to have style
|
| // recalculated.
|
| -class DescendantInvalidationSet FINAL : public RefCountedWillBeGarbageCollected<DescendantInvalidationSet> {
|
| +class DescendantInvalidationSet final : public RefCountedWillBeGarbageCollected<DescendantInvalidationSet> {
|
| public:
|
| static PassRefPtrWillBeRawPtr<DescendantInvalidationSet> create()
|
| {
|
|
|