| Index: webkit/appcache/appcache_storage_impl.cc
|
| diff --git a/webkit/appcache/appcache_storage_impl.cc b/webkit/appcache/appcache_storage_impl.cc
|
| index 6d9add0fbb2efdb74f69fde00b8179b73a18780d..54968e71c537e70752837fa6f4b04ed13d51ef34 100644
|
| --- a/webkit/appcache/appcache_storage_impl.cc
|
| +++ b/webkit/appcache/appcache_storage_impl.cc
|
| @@ -186,7 +186,8 @@ void AppCacheStorageImpl::DatabaseTask::Schedule() {
|
| base::Bind(&DatabaseTask::CallRun, this, base::TimeTicks::Now()))) {
|
| storage_->scheduled_database_tasks_.push_back(this);
|
| } else {
|
| - NOTREACHED() << "The database thread is not running.";
|
| + NOTREACHED() << "Thread for database tasks is not running. "
|
| + << "This is not always the DB thread.";
|
| }
|
| }
|
|
|
|
|