| Index: Source/web/WebEmbeddedWorkerImpl.h
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h
|
| index 5fa8fd55b1489f1ca5de5d33d0a925f7052f9e6b..d75ee0b8dcde90c0fa387de493790ecf8662f10c 100644
|
| --- a/Source/web/WebEmbeddedWorkerImpl.h
|
| +++ b/Source/web/WebEmbeddedWorkerImpl.h
|
| @@ -54,7 +54,7 @@ class WebEmbeddedWorkerImpl final
|
| , private WorkerLoaderProxyProvider {
|
| WTF_MAKE_NONCOPYABLE(WebEmbeddedWorkerImpl);
|
| public:
|
| - WebEmbeddedWorkerImpl(PassOwnPtr<WebServiceWorkerContextClient>, PassOwnPtr<WebWorkerPermissionClientProxy>);
|
| + WebEmbeddedWorkerImpl(PassOwnPtr<WebServiceWorkerContextClient>, PassOwnPtr<WebWorkerContentSettingsClientProxy>);
|
| virtual ~WebEmbeddedWorkerImpl();
|
|
|
| // Terminate all WebEmbeddedWorkerImpl for testing purposes.
|
| @@ -102,7 +102,7 @@ private:
|
|
|
| // This is kept until startWorkerContext is called, and then passed on
|
| // to WorkerContext.
|
| - OwnPtr<WebWorkerPermissionClientProxy> m_permissionClient;
|
| + OwnPtr<WebWorkerContentSettingsClientProxy> m_contentSettingsClient;
|
|
|
| // We retain ownership of this one which is for use on the
|
| // main thread only.
|
|
|