| Index: Source/core/css/resolver/MatchedPropertiesCache.h
|
| diff --git a/Source/core/css/resolver/MatchedPropertiesCache.h b/Source/core/css/resolver/MatchedPropertiesCache.h
|
| index 5619a84bc1c1f72707977a8fb00540c4444c00b8..00ae9a36dcf92cbe4e19865779ec875644e5014c 100644
|
| --- a/Source/core/css/resolver/MatchedPropertiesCache.h
|
| +++ b/Source/core/css/resolver/MatchedPropertiesCache.h
|
| @@ -37,7 +37,7 @@ class ComputedStyle;
|
| class StyleResolverState;
|
|
|
| class CachedMatchedProperties final : public NoBaseWillBeGarbageCollectedFinalized<CachedMatchedProperties> {
|
| -
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(CachedMatchedProperties);
|
| public:
|
| WillBeHeapVector<MatchedProperties> matchedProperties;
|
| RefPtr<ComputedStyle> computedStyle;
|
|
|