Chromium Code Reviews| Index: net/third_party/nss/ssl/ssl3con.c |
| =================================================================== |
| --- net/third_party/nss/ssl/ssl3con.c (revision 151726) |
| +++ net/third_party/nss/ssl/ssl3con.c (working copy) |
| @@ -786,7 +786,7 @@ |
| } |
| ss->version = PR_MIN(peerVersion, ss->vrange.max); |
| - PORT_Assert(ssl3_VersionIsSupported(ssl_variant_stream, ss->version)); |
| + PORT_Assert(ssl3_VersionIsSupported(ss->protocolVariant, ss->version)); |
| return SECSuccess; |
| } |