| Index: Source/core/dom/PresentationAttributeStyle.cpp
|
| diff --git a/Source/core/dom/PresentationAttributeStyle.cpp b/Source/core/dom/PresentationAttributeStyle.cpp
|
| index 2818ee031dcad8a9e1038d03a274b9f7b577d543..972438494ee81010b45ac609b58a554556c12a9c 100644
|
| --- a/Source/core/dom/PresentationAttributeStyle.cpp
|
| +++ b/Source/core/dom/PresentationAttributeStyle.cpp
|
| @@ -60,7 +60,7 @@ static bool operator!=(const PresentationAttributeCacheKey& a, const Presentatio
|
| struct PresentationAttributeCacheEntry final : public NoBaseWillBeGarbageCollectedFinalized<PresentationAttributeCacheEntry> {
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
| - void trace(Visitor* visitor) { visitor->trace(value); }
|
| + DEFINE_INLINE_TRACE() { visitor->trace(value); }
|
|
|
| PresentationAttributeCacheKey key;
|
| RefPtrWillBeMember<StylePropertySet> value;
|
|
|