| Index: sky/engine/core/events/TextEvent.h
|
| diff --git a/sky/engine/core/events/TextEvent.h b/sky/engine/core/events/TextEvent.h
|
| index 6e192a9257d8cfd242773a7d932891c09404d3fe..3031d0e25665be3bac15471a3e83c07872396831 100644
|
| --- a/sky/engine/core/events/TextEvent.h
|
| +++ b/sky/engine/core/events/TextEvent.h
|
| @@ -60,8 +60,6 @@ public:
|
| bool shouldMatchStyle() const { return m_shouldMatchStyle; }
|
| DocumentFragment* pastingFragment() const { return m_pastingFragment.get(); }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| TextEvent();
|
|
|
|
|