Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h |
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h |
index 9516a3c39ba786b6e3fa20113039febd8ea64a14..a9d91c0630b4206968f8065401d026cf957e5597 100644 |
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h |
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h |
@@ -80,7 +80,7 @@ public: |
// Once the ServiceWorker has finished handling the sync event, |
// didHandleSyncEvent is called on the context client. |
- virtual void dispatchSyncEvent(int syncEventID, const WebSyncRegistration&, LastChanceOption) = 0; |
+ virtual void dispatchSyncEvent(int syncEventID, const WebString& tag, LastChanceOption) = 0; |
}; |
} // namespace blink |