| Index: sky/engine/core/events/BeforeTextInsertedEvent.cpp
|
| diff --git a/sky/engine/core/events/BeforeTextInsertedEvent.cpp b/sky/engine/core/events/BeforeTextInsertedEvent.cpp
|
| index 766d63eefbceee82def388bcc5992d2ecfbf4d39..0ba4ee4119e6dc48e34a0dbe576575a515cdb9b2 100644
|
| --- a/sky/engine/core/events/BeforeTextInsertedEvent.cpp
|
| +++ b/sky/engine/core/events/BeforeTextInsertedEvent.cpp
|
| @@ -43,9 +43,4 @@ const AtomicString& BeforeTextInsertedEvent::interfaceName() const
|
| return EventNames::Event;
|
| }
|
|
|
| -void BeforeTextInsertedEvent::trace(Visitor* visitor)
|
| -{
|
| - Event::trace(visitor);
|
| -}
|
| -
|
| }
|
|
|