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 f8e2f52555705570b67c6f74fb6045965ac4e918..40a8d9bae61bd91e1955ea14ae3dd380bbe40247 100644 |
--- a/third_party/WebKit/Source/modules/notifications/Notification.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp |
@@ -352,7 +352,7 @@ size_t Notification::maxActions() |
return notificationManager()->maxActions(); |
} |
-bool Notification::dispatchEventInternal(PassRefPtrWillBeRawPtr<Event> event) |
+DispatchEventResult Notification::dispatchEventInternal(PassRefPtrWillBeRawPtr<Event> event) |
{ |
ASSERT(executionContext()->isContextThread()); |
return EventTarget::dispatchEventInternal(event); |