| Index: Source/web/WebEmbeddedWorkerImpl.h
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h
|
| index 13d892a2cbb5a3c4a4c51e2fc3088c64ca90bd16..8c4d9d9817fbff3f36a7a4ae054aeedb5c24a969 100644
|
| --- a/Source/web/WebEmbeddedWorkerImpl.h
|
| +++ b/Source/web/WebEmbeddedWorkerImpl.h
|
| @@ -55,7 +55,6 @@
|
| , public WebDevToolsAgentClient
|
| , private WorkerLoaderProxyProvider {
|
| WTF_MAKE_NONCOPYABLE(WebEmbeddedWorkerImpl);
|
| - WTF_MAKE_FAST_ALLOCATED(WebEmbeddedWorkerImpl);
|
| public:
|
| WebEmbeddedWorkerImpl(PassOwnPtr<WebServiceWorkerContextClient>, PassOwnPtr<WebWorkerContentSettingsClientProxy>);
|
| ~WebEmbeddedWorkerImpl() override;
|
|
|