зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1659970 - Fix call to renamed getChildCountForFolder method. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D87684
This commit is contained in:
Родитель
f325666338
Коммит
98009bde06
|
@ -1192,7 +1192,7 @@ var PlacesUIUtils = {
|
||||||
if (
|
if (
|
||||||
aForceVisible ||
|
aForceVisible ||
|
||||||
toolbarIsCustomized ||
|
toolbarIsCustomized ||
|
||||||
PlacesUtils.getToolbarFolderCount(PlacesUtils.bookmarks.toolbarGuid) >
|
PlacesUtils.getChildCountForFolder(PlacesUtils.bookmarks.toolbarGuid) >
|
||||||
this.NUM_TOOLBAR_BOOKMARKS_TO_UNHIDE
|
this.NUM_TOOLBAR_BOOKMARKS_TO_UNHIDE
|
||||||
) {
|
) {
|
||||||
Services.obs.notifyObservers(
|
Services.obs.notifyObservers(
|
||||||
|
|
Загрузка…
Ссылка в новой задаче