OSDN Git Service

Use a lock around ioThread creation.
authorPatrick Scott <phanna@android.com>
Fri, 17 Dec 2010 14:45:44 +0000 (09:45 -0500)
committerPatrick Scott <phanna@android.com>
Fri, 17 Dec 2010 14:45:44 +0000 (09:45 -0500)
commit2b774d3af7925a30ac6d44bfc1e770615304f232
tree1a01ddba523ebd4afd67b6972fb092586e70265a
parent6fc858d42732739e4a3b628b4953a8a279e8dc3d
Use a lock around ioThread creation.

This prevents use of the new thread before it actually starts running.

Change-Id: Idabb9cf81c62296534b696b82a08d3801aa16af8
WebKit/android/WebCoreSupport/WebUrlLoaderClient.cpp