| Index: sky/engine/core/events/TextEvent.cpp
|
| diff --git a/sky/engine/core/events/TextEvent.cpp b/sky/engine/core/events/TextEvent.cpp
|
| index 612792e14d215795643fb12de035cfb7f38f1780..fbd9591ea5c622a381c596443e824681936c26e7 100644
|
| --- a/sky/engine/core/events/TextEvent.cpp
|
| +++ b/sky/engine/core/events/TextEvent.cpp
|
| @@ -103,10 +103,4 @@ const AtomicString& TextEvent::interfaceName() const
|
| return EventNames::TextEvent;
|
| }
|
|
|
| -void TextEvent::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_pastingFragment);
|
| - UIEvent::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|