Index: Source/core/css/resolver/MatchedPropertiesCache.h |
diff --git a/Source/core/css/resolver/MatchedPropertiesCache.h b/Source/core/css/resolver/MatchedPropertiesCache.h |
index c177c2618dd27780dc941f9aaac6c0d45bc9e86b..c886ae7b930d63d7c5fa0a5caa3329952872a730 100644 |
--- a/Source/core/css/resolver/MatchedPropertiesCache.h |
+++ b/Source/core/css/resolver/MatchedPropertiesCache.h |
@@ -36,7 +36,7 @@ namespace blink { |
class RenderStyle; |
class StyleResolverState; |
-class CachedMatchedProperties FINAL : public NoBaseWillBeGarbageCollectedFinalized<CachedMatchedProperties> { |
+class CachedMatchedProperties final : public NoBaseWillBeGarbageCollectedFinalized<CachedMatchedProperties> { |
public: |
WillBeHeapVector<MatchedProperties> matchedProperties; |