Index: Source/modules/serviceworkers/WaitUntilObserver.cpp |
diff --git a/Source/modules/serviceworkers/WaitUntilObserver.cpp b/Source/modules/serviceworkers/WaitUntilObserver.cpp |
index 894f10d89b145b9ceb56941ba299b41c74f51451..f94d2ea0d6afe294d2c75dae5e867b0c4fa716ff 100644 |
--- a/Source/modules/serviceworkers/WaitUntilObserver.cpp |
+++ b/Source/modules/serviceworkers/WaitUntilObserver.cpp |
@@ -130,6 +130,9 @@ void WaitUntilObserver::decrementPendingActivity() |
case NotificationError: |
client->didHandleNotificationErrorEvent(m_eventID, result); |
break; |
+ case Push: |
+ client->didHandlePushEvent(m_eventID, result); |
+ break; |
} |
observeContext(0); |
} |