| Index: Source/modules/notifications/Notification.cpp
|
| diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp
|
| index 212abc10a87ffc203f632f35fb5cbd9a2b003cb7..6c0587fff8cb74e626169073a0388e791b290785 100644
|
| --- a/Source/modules/notifications/Notification.cpp
|
| +++ b/Source/modules/notifications/Notification.cpp
|
| @@ -139,8 +139,8 @@ void Notification::dispatchErrorEvent()
|
|
|
| void Notification::dispatchCloseEvent()
|
| {
|
| - dispatchEvent(Event::create(EventTypeNames::close));
|
| m_state = NotificationStateClosed;
|
| + dispatchEvent(Event::create(EventTypeNames::close));
|
| }
|
|
|
| TextDirection Notification::direction() const
|
|
|