| Index: Source/core/events/CustomEvent.cpp
|
| diff --git a/Source/core/events/CustomEvent.cpp b/Source/core/events/CustomEvent.cpp
|
| index ea3ac91b9e360e01ba47984db587b04fa92f8f28..a51cea91d29ce1b5764cb214b2cda670f5e540f4 100644
|
| --- a/Source/core/events/CustomEvent.cpp
|
| +++ b/Source/core/events/CustomEvent.cpp
|
| @@ -61,4 +61,9 @@ const AtomicString& CustomEvent::interfaceName() const
|
| return EventNames::CustomEvent;
|
| }
|
|
|
| +void CustomEvent::trace(Visitor* visitor)
|
| +{
|
| + Event::trace(visitor);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|