Commit 7054b574 authored by jar@chromium.org's avatar jar@chromium.org

Remove DCHECK that tickles TLS during shutdown

Repair busted tree.

TBR=rtenneti
Review URL: http://codereview.chromium.org/8425013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107940 0039d316-1c4b-4281-b951-d872f2087c98
parent 96ca9813
......@@ -207,7 +207,6 @@ void ThreadData::OnThreadTermination(void* thread_data) {
if (!thread_data)
return;
reinterpret_cast<ThreadData*>(thread_data)->OnThreadTerminationCleanup();
DCHECK_EQ(tls_index_.Get(), reinterpret_cast<ThreadData*>(NULL));
}
void ThreadData::OnThreadTerminationCleanup() const {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment