зеркало из https://github.com/mozilla/gecko-dev.git
Bug 576037 - NetworkGeolocationProvider protocol=1 decode busted
This commit is contained in:
Родитель
d2ecb09aca
Коммит
83bc547bb8
|
@ -351,7 +351,7 @@ WifiGeoPositionProvider.prototype = {
|
|||
|
||||
// if we get a bad response, we will throw and never report a location
|
||||
var response;
|
||||
switch (this.protocol) {
|
||||
switch (protocol) {
|
||||
case 1:
|
||||
LOG("service returned: " + req.target.responseXML);
|
||||
response = HELD.decode(req.target.responseXML);
|
||||
|
|
Загрузка…
Ссылка в новой задаче