| Index: Source/core/timing/PerformanceMeasure.h
|
| diff --git a/Source/core/timing/PerformanceMeasure.h b/Source/core/timing/PerformanceMeasure.h
|
| index f3502896453f2e00eedc82f6f3875aab50d02fac..fd40589396ad0e3eb6b6dc8a9aa28cf36c39634f 100644
|
| --- a/Source/core/timing/PerformanceMeasure.h
|
| +++ b/Source/core/timing/PerformanceMeasure.h
|
| @@ -43,7 +43,7 @@ public:
|
|
|
| virtual bool isMeasure() override { return true; }
|
|
|
| - virtual void trace(Visitor* visitor)
|
| + DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
| PerformanceEntry::trace(visitor);
|
| }
|
|
|