| Index: sky/engine/core/events/Event.cpp
|
| diff --git a/sky/engine/core/events/Event.cpp b/sky/engine/core/events/Event.cpp
|
| index e63a237857fc9937dd3ab93abd3f1a33826952e1..9765f3b0212e0904ba5c7eb5f9835ce6c6e34135 100644
|
| --- a/sky/engine/core/events/Event.cpp
|
| +++ b/sky/engine/core/events/Event.cpp
|
| @@ -188,11 +188,6 @@ bool Event::isBeforeTextInsertedEvent() const
|
| return false;
|
| }
|
|
|
| -bool Event::isBeforeUnloadEvent() const
|
| -{
|
| - return false;
|
| -}
|
| -
|
| void Event::setTarget(PassRefPtrWillBeRawPtr<EventTarget> target)
|
| {
|
| if (m_target == target)
|
|
|