| Index: net/quic/crypto/strike_register.cc
|
| diff --git a/net/quic/crypto/strike_register.cc b/net/quic/crypto/strike_register.cc
|
| index f96d36af3d6e4afdfca89936e6ef32ae9f4a7d43..d727ece8cef621f8e4f721a4b093276ca8432049 100644
|
| --- a/net/quic/crypto/strike_register.cc
|
| +++ b/net/quic/crypto/strike_register.cc
|
| @@ -400,7 +400,7 @@ void StrikeRegister::DropOldestNode() {
|
| // (whereq) when walking down the tree.
|
|
|
| uint32 p = internal_node_head_ >> 8, *wherep = &internal_node_head_,
|
| - *whereq = NULL;
|
| + *whereq = nullptr;
|
| while ((p & kExternalFlag) == 0) {
|
| whereq = wherep;
|
| InternalNode* inode = &internal_nodes_[p];
|
|
|