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