зеркало из https://github.com/mozilla/gecko-dev.git
Bug 418671 - Fix failing mochitest, r=post-facto
This commit is contained in:
Родитель
05917f7a19
Коммит
3baf9b5920
|
@ -1362,7 +1362,7 @@ var PlacesControllerDragHelper = {
|
||||||
|
|
||||||
// check for special folders, etc
|
// check for special folders, etc
|
||||||
if (PlacesUtils.nodeIsContainer(aNode) &&
|
if (PlacesUtils.nodeIsContainer(aNode) &&
|
||||||
!this.canMoveContainer(concreteId, parentId))
|
!this.canMoveContainer(aNode.itemId, parentId))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче