Skip to content
Snippets Groups Projects
Verified Commit bdf3a57e authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by ma1
Browse files

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

parent 1314d504
Branches
Tags
1 merge request!957Bug 42474: Rebase stable browser on 115.9.1
......@@ -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