| Index: sky/engine/core/events/MouseRelatedEvent.h
|
| diff --git a/sky/engine/core/events/MouseRelatedEvent.h b/sky/engine/core/events/MouseRelatedEvent.h
|
| index c5548df7e0c6a4c8283b958a9df78445545eead6..4b24bfda4933dcbee6ab22bd43344b98fb1f4dd5 100644
|
| --- a/sky/engine/core/events/MouseRelatedEvent.h
|
| +++ b/sky/engine/core/events/MouseRelatedEvent.h
|
| @@ -58,8 +58,6 @@ namespace blink {
|
| const LayoutPoint& absoluteLocation() const { return m_absoluteLocation; }
|
| void setAbsoluteLocation(const LayoutPoint& p) { m_absoluteLocation = p; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| protected:
|
| MouseRelatedEvent();
|
| MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable,
|
|
|