summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/thread.cc b/base/thread.cc
index d411ae9..20612d4 100644
--- a/base/thread.cc
+++ b/base/thread.cc
@@ -32,7 +32,7 @@ struct Thread::StartupData {
Thread::Thread(const char *name)
: startup_data_(NULL),
- thread_(NULL),
+ thread_(0),
message_loop_(NULL),
thread_id_(0),
name_(name) {