Bug 716127 - Avoid shutting down geolocation providers if one-shot updates are pending. r=dougt

This commit is contained in:
Josh Matthews 2012-01-09 15:27:06 -05:00
parent a4c3474214
commit d948356ebc

View File

@ -881,7 +881,7 @@ nsGeolocation::HasActiveCallbacks()
if (mWatchingCallbacks[i]->IsActive())
return true;
return false;
return mPendingCallbacks.Length() != 0;
}
void