Backed out changeset 9846de3bd954 (bug 1372405)
This commit is contained in:
@@ -343,11 +343,8 @@ public:
|
||||
mTimer = do_CreateInstance(NS_TIMER_CONTRACTID);
|
||||
if (mTimer) {
|
||||
mTimer->SetTarget(aTarget);
|
||||
mTimer->InitWithNamedFuncCallback(TimedOut,
|
||||
this,
|
||||
aDelay,
|
||||
nsITimer::TYPE_ONE_SHOT,
|
||||
"IdleRunnableWrapper::SetTimer");
|
||||
mTimer->InitWithFuncCallback(TimedOut, this, aDelay,
|
||||
nsITimer::TYPE_ONE_SHOT);
|
||||
}
|
||||
}
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user