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