Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index e1090b480835b3e8f7ca8780d56f8400f2bbfc52..b4cc6e43084a2e0cf8c211d164f05de99c71b46b 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -64,6 +64,7 @@ class ServiceWorkerGlobalScopeProxy final |
: public WebServiceWorkerContextProxy |
, public WorkerReportingProxy { |
WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeProxy); |
+ WTF_MAKE_FAST_ALLOCATED(ServiceWorkerGlobalScopeProxy); |
public: |
static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, Document&, WebServiceWorkerContextClient&); |
~ServiceWorkerGlobalScopeProxy() override; |