Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1142)

Unified Diff: nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.h

Issue 16132005: Allow NSS to be built with NO_NSPR_10_SUPPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.h
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.h (revision 203524)
+++ nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapdefaultclient.h (working copy)
@@ -56,7 +56,7 @@
PRPollDesc pollDesc;
void *callbackList; /* cast this to (PKIX_PL_Socket_Callback *) */
LDAPBindAPI *bindAPI;
- PRArenaPool *arena;
+ PLArenaPool *arena;
PRTime lastIO;
void *sendBuf;
PKIX_UInt32 bytesToWrite;

Powered by Google App Engine
This is Rietveld 408576698