| Index: sky/engine/core/events/MouseRelatedEvent.cpp
|
| diff --git a/sky/engine/core/events/MouseRelatedEvent.cpp b/sky/engine/core/events/MouseRelatedEvent.cpp
|
| index 8387b04cfa7d2a391106e3cae692ae22a4d089a6..471386270c59353262ba1dfdaf56cdff5cdb05db 100644
|
| --- a/sky/engine/core/events/MouseRelatedEvent.cpp
|
| +++ b/sky/engine/core/events/MouseRelatedEvent.cpp
|
| @@ -189,9 +189,4 @@ int MouseRelatedEvent::y() const
|
| return m_clientLocation.y();
|
| }
|
|
|
| -void MouseRelatedEvent::trace(Visitor* visitor)
|
| -{
|
| - UIEventWithKeyState::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|