| Index: Source/platform/Supplementable.h
|
| diff --git a/Source/platform/Supplementable.h b/Source/platform/Supplementable.h
|
| index c9bf9a0aae6b9a49decb4017b2059f7c1a2c28c9..50279c627a375284e235161848a18a3f92bc331d 100644
|
| --- a/Source/platform/Supplementable.h
|
| +++ b/Source/platform/Supplementable.h
|
| @@ -184,7 +184,7 @@ public:
|
| #endif
|
| }
|
|
|
| - void trace(Visitor* visitor) { visitor->trace(m_supplements); }
|
| + virtual void trace(Visitor* visitor) { visitor->trace(m_supplements); }
|
|
|
| private:
|
| typename SupplementableTraits<T, isGarbageCollected>::SupplementMap m_supplements;
|
|
|