Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index 4b01763f0c3fd90706e5dd6b34bc2665b9cc23cb..b6d6b1bb39bf2407efb0cd9635017618a8c24da7 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -49,6 +49,7 @@ public: |
virtual void didHandleInstallEvent(int installEventID) = 0; |
// A null response means no valid response was provided by the service worker, so fallback to native. |
virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<Response> = nullptr) = 0; |
+ virtual void didHandleSyncEvent(int syncEventID) = 0; |
static const char* supplementName(); |
static ServiceWorkerGlobalScopeClient* from(ExecutionContext*); |