| Index: Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 708e8f40632e96246000d752be1fe7cff0d11b92..de4c27e2445bd337932fdaafcac689b03dc64219 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -68,6 +68,7 @@ public:
|
| virtual ~ServiceWorkerGlobalScopeProxy();
|
|
|
| // WebServiceWorkerContextProxy overrides:
|
| + virtual void setRegistration(WebServiceWorkerRegistration*) override;
|
| virtual void dispatchActivateEvent(int) override;
|
| virtual void dispatchCrossOriginConnectEvent(int, const WebCrossOriginServiceWorkerClient&) override;
|
| virtual void dispatchCrossOriginMessageEvent(const WebCrossOriginServiceWorkerClient&, const WebString& message, const WebMessagePortChannelArray&) override;
|
|
|