Index: Source/modules/serviceworkers/ServiceWorkerContainerClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h |
index 0198f681915f49482bb3b1c3c61b13dd4f12a4d1..9d778f23075483e328809a96e4fea4228fc50b6f 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h |
@@ -23,6 +23,7 @@ class MODULES_EXPORT ServiceWorkerContainerClient final |
, public WillBeHeapSupplement<WorkerClients> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerContainerClient); |
WTF_MAKE_NONCOPYABLE(ServiceWorkerContainerClient); |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ServiceWorkerContainerClient); |
public: |
static PassOwnPtrWillBeRawPtr<ServiceWorkerContainerClient> create(PassOwnPtr<WebServiceWorkerProvider>); |
virtual ~ServiceWorkerContainerClient(); |