Have WorkerTaskRunner::PostTask indicate if posted to terminated worker
commita970b70884db512d8a9875b7182efcb7c3668c42
authorjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 19 Jul 2013 22:40:22 +0000 (19 22:40 +0000)
committerjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 19 Jul 2013 22:40:22 +0000 (19 22:40 +0000)
tree0e41bf8d0088a393b5bfd073626a7a8d544e1b1b
parent001ba535e964ec296b46f49bc2ab50f1d6b16cea
Have WorkerTaskRunner::PostTask indicate if posted to terminated worker

Blink has been updated to return whether the target message
queue for a task posted to a worker was alive or dead when
the message hit the queue. Include that in the existing
return value from WorkerTaskRunner::PostTask which signals
to callers that the message has been successfully handed
off.

BUG=226256

Review URL: https://chromiumcodereview.appspot.com/19276008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212678 0039d316-1c4b-4281-b951-d872f2087c98
webkit/child/worker_task_runner.cc