Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: content/worker/worker_thread.cc

Issue 12330162: Use ThreadSafeSender in a couple of places. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/worker/worker_thread.cc
===================================================================
--- content/worker/worker_thread.cc (revision 186267)
+++ content/worker/worker_thread.cc (working copy)
@@ -32,7 +32,8 @@
WorkerThread::WorkerThread() {
lazy_tls.Pointer()->Set(this);
- webkit_platform_support_.reset(new WorkerWebKitPlatformSupportImpl);
+ webkit_platform_support_.reset(
+ new WorkerWebKitPlatformSupportImpl(thread_safe_sender()));
WebKit::initialize(webkit_platform_support_.get());
WebKit::setIDBFactory(
webkit_platform_support_.get()->idbFactory());
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/worker/worker_webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698