mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 488862 - Fix for [@ nsGeolocation::OwnerStillExists() ] crash. r/sr=jst
This commit is contained in:
parent
e333ea2940
commit
f64255ace2
@ -577,6 +577,8 @@ nsGeolocation::nsGeolocation(nsIDOMWindow* aContentDom)
|
||||
|
||||
nsGeolocation::~nsGeolocation()
|
||||
{
|
||||
if (mService)
|
||||
Shutdown();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user