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 76e6441bd2
commit 77de4b0333

View File

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