diff options
Diffstat (limited to 'content/worker/worker_thread.h')
-rw-r--r-- | content/worker/worker_thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/worker/worker_thread.h b/content/worker/worker_thread.h index 4e0e487..b5d5b33 100644 --- a/content/worker/worker_thread.h +++ b/content/worker/worker_thread.h @@ -15,7 +15,7 @@ class AppCacheDispatcher; class DBMessageFilter; class WebDatabaseObserverImpl; class WebWorkerStubBase; -class WorkerWebKitClientImpl; +class WorkerWebKitPlatformSupportImpl; struct WorkerProcessMsg_CreateWorker_Params; class WorkerThread : public ChildThread { @@ -40,7 +40,7 @@ class WorkerThread : public ChildThread { void OnCreateWorker(const WorkerProcessMsg_CreateWorker_Params& params); - scoped_ptr<WorkerWebKitClientImpl> webkit_client_; + scoped_ptr<WorkerWebKitPlatformSupportImpl> webkit_platform_support_; scoped_ptr<AppCacheDispatcher> appcache_dispatcher_; scoped_ptr<WebDatabaseObserverImpl> web_database_observer_impl_; scoped_refptr<DBMessageFilter> db_message_filter_; |