зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1645996 - Add explicit namespace qualification for MakeSpan in WidgetStyleCache.
Differential Revision: https://phabricator.services.mozilla.com/D79801
This commit is contained in:
Родитель
29b9d8b25a
Коммит
3979b00e89
|
@ -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)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче