зеркало из https://github.com/mozilla/gecko-dev.git
Bug 836994: Check the right array when using using WatchPosition. r=jdm
This commit is contained in:
Родитель
3c1bba8bca
Коммит
476b88a145
|
@ -1337,7 +1337,7 @@ nsGeolocation::WatchPosition(nsIDOMGeoPositionCallback *callback,
|
|||
{
|
||||
NS_ENSURE_ARG_POINTER(callback);
|
||||
|
||||
if (mPendingCallbacks.Length() > MAX_GEO_REQUESTS_PER_WINDOW) {
|
||||
if (mWatchingCallbacks.Length() > MAX_GEO_REQUESTS_PER_WINDOW) {
|
||||
return NS_ERROR_NOT_AVAILABLE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче