Chromium Code Reviews| Index: base/tracked_objects.cc |
| =================================================================== |
| --- base/tracked_objects.cc (revision 107940) |
| +++ base/tracked_objects.cc (working copy) |
| @@ -203,7 +203,6 @@ |
| void ThreadData::OnThreadTermination(void* thread_data) { |
| if (!kTrackAllTaskObjects) |
| return; // Not compiled in. |
| - DCHECK(tls_index_.initialized()); |
| if (!thread_data) |
| return; |
| reinterpret_cast<ThreadData*>(thread_data)->OnThreadTerminationCleanup(); |