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