Bug 1645996 - Add explicit namespace qualification for MakeSpan in WidgetStyleCache.

Differential Revision: https://phabricator.services.mozilla.com/D79801
This commit is contained in:
Emilio Cobos Álvarez 2020-06-16 10:25:18 +00:00
Родитель 29b9d8b25a
Коммит 3979b00e89
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -637,7 +637,7 @@ static void CreateHeaderBarButtons() {
ButtonLayout buttonLayout[TOOLBAR_BUTTONS];
size_t activeButtons =
GetGtkHeaderBarButtonLayout(MakeSpan(buttonLayout), nullptr);
GetGtkHeaderBarButtonLayout(mozilla::MakeSpan(buttonLayout), nullptr);
if (IsToolbarButtonEnabled(buttonLayout, activeButtons,
MOZ_GTK_HEADER_BAR_BUTTON_MINIMIZE)) {