| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index c84e3581b686ea739df6dc609886c8ef113e548d..a57cb5c85597ba572076bb5fa05f021c7ba1fbb9 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -47,7 +47,6 @@ class ServiceWorkerGlobalScope;
|
| class WebEmbeddedWorkerImpl;
|
| class WebServiceWorkerContextClient;
|
| class WebServiceWorkerRequest;
|
| -struct WebSyncRegistration;
|
|
|
| // This class is created and destructed on the main thread, but live most
|
| // of its time as a resident of the worker thread.
|
| @@ -86,7 +85,7 @@ public:
|
| void dispatchNotificationCloseEvent(int, int64_t notificationID, const WebNotificationData&) override;
|
| void dispatchPushEvent(int, const WebString& data) override;
|
| void dispatchServicePortConnectEvent(WebServicePortConnectEventCallbacks*, const WebURL& targetURL, const WebString& origin, WebServicePortID) override;
|
| - void dispatchSyncEvent(int, const WebSyncRegistration&, LastChanceOption) override;
|
| + void dispatchSyncEvent(int, const WebString& tag, LastChanceOption) override;
|
|
|
| // WorkerReportingProxy overrides:
|
| void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL, int exceptionId) override;
|
|
|