| Index: sky/engine/core/events/FocusEvent.h
|
| diff --git a/sky/engine/core/events/FocusEvent.h b/sky/engine/core/events/FocusEvent.h
|
| index 396e399507965b66892959061eb7f983cfe7beb0..d0f812ab7e076218f37a6cb6973a289d90b1c1b5 100644
|
| --- a/sky/engine/core/events/FocusEvent.h
|
| +++ b/sky/engine/core/events/FocusEvent.h
|
| @@ -63,8 +63,6 @@ public:
|
| virtual const AtomicString& interfaceName() const override;
|
| virtual bool isFocusEvent() const override;
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| FocusEvent();
|
| FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int, EventTarget*);
|
|
|