summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.h
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-22 00:13:14 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-22 00:13:14 +0000
commit952ec4b4ac9a7a92fd3014f782ce0a0ba0ef7b83 (patch)
treeabd46f9c1a7da6a877b04872a345984e93c0b5b5 /ipc/ipc_channel_proxy.h
parentf2870a91d57f0af4e5dc4315e451b6fd00cff42d (diff)
downloadchromium_src-952ec4b4ac9a7a92fd3014f782ce0a0ba0ef7b83.zip
chromium_src-952ec4b4ac9a7a92fd3014f782ce0a0ba0ef7b83.tar.gz
chromium_src-952ec4b4ac9a7a92fd3014f782ce0a0ba0ef7b83.tar.bz2
WorkerWebKitClientImpl::mimeTypeForExtension should not use WorkerThread::current
Currently FileEntry.file() or FileEntrySync.file() calls File::create() on the (WebKit's) worker thread but on chromium we use WorkerThread::current() (which assumes WebKit's main thread in the worker process) to process the mime request initiated by File::create(). File::create() needs to be called on the main thread (this is related to webkit.org/b/47700) or WorkerWebKitClientImpl::mimeTypeForExtension should not use WorkerThread::current() to process the request. BUG=60081 TEST=no crash in fast/filesystem/workers/file-from-file-entry.html Review URL: http://codereview.chromium.org/4012002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel_proxy.h')
0 files changed, 0 insertions, 0 deletions