| Index: webkit/dom_storage/dom_storage_task_runner.cc
|
| ===================================================================
|
| --- webkit/dom_storage/dom_storage_task_runner.cc (revision 139329)
|
| +++ webkit/dom_storage/dom_storage_task_runner.cc (working copy)
|
| @@ -51,7 +51,7 @@
|
| if (delay == base::TimeDelta()) {
|
| return sequenced_worker_pool_->PostSequencedWorkerTaskWithShutdownBehavior(
|
| primary_sequence_token_, from_here, task,
|
| - base::SequencedWorkerPool::SKIP_ON_SHUTDOWN);
|
| + base::SequencedWorkerPool::BLOCK_SHUTDOWN);
|
| }
|
| // Post a task to call this->PostTask() after the delay.
|
| return message_loop_->PostDelayedTask(
|
|
|