mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 716127 - Avoid shutting down geolocation providers if one-shot updates are pending. r=dougt
This commit is contained in:
parent
76e6441bd2
commit
77de4b0333
@ -881,7 +881,7 @@ nsGeolocation::HasActiveCallbacks()
|
||||
if (mWatchingCallbacks[i]->IsActive())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
return mPendingCallbacks.Length() != 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user