diff options
Diffstat (limited to 'base/nss_init.cc')
-rw-r--r-- | base/nss_init.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/nss_init.cc b/base/nss_init.cc index 015adae..7f65504 100644 --- a/base/nss_init.cc +++ b/base/nss_init.cc @@ -9,14 +9,9 @@ #include <plarena.h> #include <prerror.h> #include <prinit.h> - -// Work around https://bugzilla.mozilla.org/show_bug.cgi?id=455424 -// until NSS 3.12.2 comes out and we update to it. -#define Lock FOO_NSS_Lock #include <pk11pub.h> #include <secmod.h> #include <ssl.h> -#undef Lock #include "base/file_util.h" #include "base/logging.h" |