Skip to content
Snippets Groups Projects
Verified Commit 8077a94b 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 1bea9c8c
Branches
Tags
1 merge request!1135Bug 43084: Rebased stable onto 115.15.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 to comment