Backed out changeset cc42921d3f36 (bug 1121497)

This commit is contained in:
Carsten "Tomcat" Book 2015-01-27 09:16:54 +01:00
Родитель 032a05b0a6
Коммит ece1bd7793
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -211,8 +211,6 @@ CoreLocationLocationProvider::Startup()
mCLObjects = clObjs.forget();
}
// Must be stopped before starting or response (success or failure) is not guaranteed
[mCLObjects->mLocationManager stopUpdatingLocation];
[mCLObjects->mLocationManager startUpdatingLocation];
return NS_OK;
}