Bug 1441914 - Fix Windows build on a CLOSED TREE r=me

Don't use MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS; it's unneeded here right now,
and occludes "PSM::Result" on Windows.

--HG--
extra : transplant_source : %B9%24%7FR%A8%1B%B0%3B%D44%ED%C5%3F%CD%1E%96%1F%22m%A3
This commit is contained in:
J.C. Jones 2018-05-10 17:15:22 -07:00
parent e8b42871cc
commit 08d83d7258

View File

@ -68,7 +68,6 @@ enum DistrustedCAPolicy : uint32_t {
DistrustSymantecRoots = 0b0001,
DistrustSymantecRootsRegardlessOfDate = 0b0010,
};
MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(DistrustedCAPolicy)
// Bitmask by nsNSSComponent to check for wholly-invalid values; be sure to
// update this to account for new entries in DistrustedCAPolicy.