| Index: webkit/appcache/appcache_storage_impl.cc
|
| diff --git a/webkit/appcache/appcache_storage_impl.cc b/webkit/appcache/appcache_storage_impl.cc
|
| index efe7e73cc2b6f988ed52dc59c51fadd7b6177412..b430c2f5a51432cab684272786b583eb54796a45 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.";
|
| }
|
| }
|
|
|
|
|