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 1535e6683c411fcf8eb5dc6b043ba45148b90a8a..f7eb87cc2159c7df63f5ab25690dd02e335f740e 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
+++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
@@ -174,6 +174,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; |