| Index: Source/core/html/MediaKeyEvent.cpp
|
| diff --git a/Source/core/html/MediaKeyEvent.cpp b/Source/core/html/MediaKeyEvent.cpp
|
| index 160671fa5a30e366b465431eeaece338526d0915..4b6c5270d5183e6c996188cc1561c62a84a33a68 100644
|
| --- a/Source/core/html/MediaKeyEvent.cpp
|
| +++ b/Source/core/html/MediaKeyEvent.cpp
|
| @@ -61,7 +61,7 @@ const AtomicString& MediaKeyEvent::interfaceName() const
|
| return EventNames::MediaKeyEvent;
|
| }
|
|
|
| -void MediaKeyEvent::trace(Visitor* visitor)
|
| +DEFINE_TRACE(MediaKeyEvent)
|
| {
|
| visitor->trace(m_errorCode);
|
| Event::trace(visitor);
|
|
|