Skip to content

Commit

Permalink
Backed out changeset 94420b6eff4c (bug 1297520) for xpcshell failures…
Browse files Browse the repository at this point in the history
… on test_snap.js
  • Loading branch information
nbeleuzu committed Jul 6, 2022
1 parent 94e1afa commit 2838b17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions intl/locale/LocaleService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
#ifdef XP_WIN
# include "WinUtils.h"
#endif
#ifdef MOZ_WIDGET_GTK
# include "mozilla/WidgetUtilsGtk.h"
#endif

#define INTL_SYSTEM_LOCALES_CHANGED "intl:system-locales-changed"

Expand Down Expand Up @@ -72,8 +69,6 @@ static void ReadRequestedLocales(nsTArray<nsCString>& aRetVal) {
const bool isRepack =
#ifdef XP_WIN
!mozilla::widget::WinUtils::HasPackageIdentity();
#elif defined(MOZ_WIDGET_GTK)
!widget::IsRunningUnderSnap();
#else
true;
#endif
Expand Down

0 comments on commit 2838b17

Please sign in to comment.