Chromium Code Reviews| Index: base/threading/thread_restrictions.cc |
| diff --git a/base/threading/thread_restrictions.cc b/base/threading/thread_restrictions.cc |
| index a0c24b00a3b9b17307f817e24e8daf6f736b92bb..270dc7f257d775694b3433e041fc363aa42c1b0d 100644 |
| --- a/base/threading/thread_restrictions.cc |
| +++ b/base/threading/thread_restrictions.cc |
| @@ -33,7 +33,7 @@ bool ThreadRestrictions::SetIOAllowed(bool allowed) { |
| // static |
| void ThreadRestrictions::AssertIOAllowed() { |
| if (g_io_disallowed.Get().Get()) { |
| - LOG(FATAL) << |
| + LOG(ERROR) << |
|
grt (UTC plus 2)
2011/09/23 04:18:42
uh, obviously this wasn't supposed to be included.
robertshield
2011/09/23 14:22:18
Ok, please remove, I suspect that this would make
|
| "Function marked as IO-only was called from a thread that " |
| "disallows IO! If this thread really should be allowed to " |
| "make IO calls, adjust the call to " |