Skip to content
Snippets Groups Projects
Commit dfb88a30 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 1854117 - Sort the DLL blocklist flags. r=mossop,win-reviewers,gstoll

parent 7d431011
No related branches found
No related tags found
1 merge request!126MB 310: Rebased MB 13.0 onto 115.12.0esr
......@@ -570,7 +570,7 @@ class DllBlocklistEntry(object):
flags_str = ""
flags = self.get_flags_list()
flags = sorted(self.get_flags_list())
if flags:
flags_str = ", " + " | ".join(map(self.get_flag_string, flags))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment