| Index: Source/core/events/CompositionEvent.cpp
|
| diff --git a/Source/core/events/CompositionEvent.cpp b/Source/core/events/CompositionEvent.cpp
|
| index 6281bdcfdd49aff6dda196947f4c7a1087e86936..9d543ceab4a5b07a9152bb9328406cd9a798891d 100644
|
| --- a/Source/core/events/CompositionEvent.cpp
|
| +++ b/Source/core/events/CompositionEvent.cpp
|
| @@ -105,4 +105,9 @@ const AtomicString& CompositionEvent::interfaceName() const
|
| return EventNames::CompositionEvent;
|
| }
|
|
|
| +void CompositionEvent::trace(Visitor* visitor)
|
| +{
|
| + UIEvent::trace(visitor);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|