| Index: Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 58a088682171b9bfa0f67fedd46f7f6cfef74cd7..29543d94a8b2064cd941d5bd66f786b0579ae214 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -71,7 +71,6 @@ public:
|
| // WebServiceWorkerContextProxy overrides:
|
| void setRegistration(WebServiceWorkerRegistration*) override;
|
| void dispatchActivateEvent(int) override;
|
| - void dispatchCrossOriginConnectEvent(int, const WebCrossOriginServiceWorkerClient&) override;
|
| void dispatchCrossOriginMessageEvent(const WebCrossOriginServiceWorkerClient&, const WebString& message, const WebMessagePortChannelArray&) override;
|
| void dispatchFetchEvent(int, const WebServiceWorkerRequest&) override;
|
| void dispatchGeofencingEvent(int, WebGeofencingEventType, const WebString& regionID, const WebCircularGeofencingRegion&) override;
|
|
|