summaryrefslogtreecommitdiffstats
path: root/base/timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/timer.cc')
-rw-r--r--base/timer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/timer.cc b/base/timer.cc
index 2091906..7de55c7 100644
--- a/base/timer.cc
+++ b/base/timer.cc
@@ -18,7 +18,7 @@ namespace base {
// A sequence number for all allocated times (used to break ties when
// comparing times in the TimerManager, and assure FIFO execution sequence).
-static AtomicSequenceNumber timer_id_counter_;
+static AtomicSequenceNumber timer_id_counter_(base::LINKER_INITIALIZED);
//-----------------------------------------------------------------------------
// Timer