Index: third_party/WebKit/Source/modules/notifications/Notification.cpp |
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.cpp b/third_party/WebKit/Source/modules/notifications/Notification.cpp |
index 6f89e3d5d409a77cf1647fc78fe16491450b417d..e9a6ef8496814f79e63538f984efc90757cbafcb 100644 |
--- a/third_party/WebKit/Source/modules/notifications/Notification.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp |
@@ -152,7 +152,7 @@ void Notification::close() |
if (m_persistentId == kInvalidPersistentId) { |
// Fire the close event asynchronously. |
- executionContext()->postTask(FROM_HERE, createSameThreadTask(&Notification::dispatchCloseEvent, this)); |
+ executionContext()->postTask(BLINK_FROM_HERE, createSameThreadTask(&Notification::dispatchCloseEvent, this)); |
m_state = NotificationStateClosing; |
notificationManager()->close(this); |