| Index: Source/core/dom/PresentationAttributeStyle.cpp
|
| diff --git a/Source/core/dom/PresentationAttributeStyle.cpp b/Source/core/dom/PresentationAttributeStyle.cpp
|
| index c6376932f42d32ad4591908c71f6176dd9ef5948..866418dd7a8cf701acec0e6bc51ea55d7b465cdc 100644
|
| --- a/Source/core/dom/PresentationAttributeStyle.cpp
|
| +++ b/Source/core/dom/PresentationAttributeStyle.cpp
|
| @@ -57,7 +57,7 @@ static bool operator!=(const PresentationAttributeCacheKey& a, const Presentatio
|
| return a.attributesAndValues != b.attributesAndValues;
|
| }
|
|
|
| -struct PresentationAttributeCacheEntry FINAL : public NoBaseWillBeGarbageCollectedFinalized<PresentationAttributeCacheEntry> {
|
| +struct PresentationAttributeCacheEntry final : public NoBaseWillBeGarbageCollectedFinalized<PresentationAttributeCacheEntry> {
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
| void trace(Visitor* visitor) { visitor->trace(value); }
|
|
|