mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Fixes compiler warnings. b=168396, r=dougt, sr=dveditz. patch by walk84@yahoo.com
This commit is contained in:
parent
e100152246
commit
081f1504db
@ -154,11 +154,11 @@ PR_STATIC_CALLBACK(PRStatus) InitThread(void)
|
||||
nsTimerImpl::nsTimerImpl() :
|
||||
mClosure(nsnull),
|
||||
mCallbackType(CALLBACK_TYPE_UNKNOWN),
|
||||
mIdle(PR_TRUE),
|
||||
mFiring(PR_FALSE),
|
||||
mArmed(PR_FALSE),
|
||||
mCanceled(PR_FALSE),
|
||||
mTimeout(0),
|
||||
mIdle(PR_TRUE)
|
||||
mTimeout(0)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
nsIThread::GetCurrent(getter_AddRefs(mCallingThread));
|
||||
|
Loading…
x
Reference in New Issue
Block a user