| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index a991052de435ca97bd0929c9b421c47c9d40785e..5cd4a100dee068d4e84f1ca8aabd8a1728ff9708 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -55,6 +55,7 @@ class WorkerClients;
|
| // See WebServiceWorkerContextClient for documentation for the methods in this class.
|
| class MODULES_EXPORT ServiceWorkerGlobalScopeClient : public WillBeHeapSupplement<WorkerClients> {
|
| WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeClient);
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| virtual ~ServiceWorkerGlobalScopeClient() { }
|
|
|
|
|