diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-26 19:29:07 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-26 19:29:07 +0000 |
commit | 0d02a5f10d50dee16267a781ddb40aa2df47171f (patch) | |
tree | df0ca4439e611282ef4d2886f8b00aea87f7c8d5 /base/thread_collision_warner.h | |
parent | 33124014399f72fe1e780e7a9b12505d3a840b6b (diff) | |
download | chromium_src-0d02a5f10d50dee16267a781ddb40aa2df47171f.zip chromium_src-0d02a5f10d50dee16267a781ddb40aa2df47171f.tar.gz chromium_src-0d02a5f10d50dee16267a781ddb40aa2df47171f.tar.bz2 |
Add thread safety checks but keep them disabled for now until I fix all the current places where it triggers.
Fix thread_collision_warner for real this (third?) time.
Review URL: http://codereview.chromium.org/18569
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/thread_collision_warner.h')
-rw-r--r-- | base/thread_collision_warner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/thread_collision_warner.h b/base/thread_collision_warner.h index 6545451..4a9481d 100644 --- a/base/thread_collision_warner.h +++ b/base/thread_collision_warner.h @@ -97,7 +97,7 @@ // }; -#if !defined(NDEBUG) || defined(UNIT_TEST) +#if !defined(NDEBUG) // Defines a class member that acts like a mutex. It is used only as a // verification tool. |