Bug 488862 - Fix for [@ nsGeolocation::OwnerStillExists() ] crash. r/sr=jst

This commit is contained in:
Doug Turner 2009-04-17 13:42:04 -07:00
parent e333ea2940
commit f64255ace2

View File

@ -577,6 +577,8 @@ nsGeolocation::nsGeolocation(nsIDOMWindow* aContentDom)
nsGeolocation::~nsGeolocation()
{
if (mService)
Shutdown();
}
void