From a10a16b6f221e7ced094b499b9a42cc18012cb0e Mon Sep 17 00:00:00 2001 From: "deanm@google.com" Date: Tue, 2 Sep 2008 13:11:46 +0000 Subject: Add a LinkerInitialized constructor to AtomicSequenceNumber. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1636 0039d316-1c4b-4281-b951-d872f2087c98 --- base/timer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/timer.cc') 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 -- cgit v1.1