Index: Source/modules/notifications/Notification.cpp |
diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp |
index 00d9bde9ff702153837d666144b03de31d00e7c7..f95fa734018369ee76df9ba650b9e82f79e1b8a9 100644 |
--- a/Source/modules/notifications/Notification.cpp |
+++ b/Source/modules/notifications/Notification.cpp |
@@ -160,7 +160,7 @@ |
if (m_persistentId.isEmpty()) { |
// Fire the close event asynchronously. |
- executionContext()->postTask(FROM_HERE, createSameThreadTask(&Notification::dispatchCloseEvent, this)); |
+ executionContext()->postTask(createSameThreadTask(&Notification::dispatchCloseEvent, this)); |
m_state = NotificationStateClosing; |
notificationManager()->close(this); |