Bug 493615 - Allow Addons the use of the DOM Geolocation API. part 2. fix mochitest failures. r=dholbert

--HG--
extra : rebase_source : ae3ed9aab598073a7e41d44766ffde0d588b7b16
This commit is contained in:
Doug Turner 2009-11-12 09:17:21 -08:00
Родитель ff547c6fa6
Коммит b906152f4b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -755,6 +755,8 @@ nsGeolocation::Init(nsIDOMWindow* aContentDom)
mService = nsGeolocationService::GetInstance();
if (mService)
mService->AddLocator(this);
return NS_OK;
}
void