Bug 1659970 - Fix call to renamed getChildCountForFolder method. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D87684
This commit is contained in:
Jared Wein 2020-08-20 08:56:10 +00:00
Родитель f325666338
Коммит 98009bde06
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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(