Index: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
index 3fc7b3d348e656f25474ee1935ecaeab9c3cc88e..dfcdaeef4859398767aec05c2192490e4d28d02f 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
+++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
@@ -177,6 +177,9 @@ void WaitUntilObserver::decrementPendingActivity() |
m_consumeWindowInteractionTimer.stop(); |
consumeWindowInteraction(nullptr); |
break; |
+ case NotificationClose: |
+ client->didHandleNotificationCloseEvent(m_eventID, result); |
+ break; |
case Push: |
client->didHandlePushEvent(m_eventID, result); |
break; |