| Index: net/http/http_server_properties_manager.cc
|
| diff --git a/net/http/http_server_properties_manager.cc b/net/http/http_server_properties_manager.cc
|
| index 6e40b83dfaef0042316d2dabf41522d69920f621..f8d133c91b0bd3fda6dd03c1c4392e1f7eb08c4a 100644
|
| --- a/net/http/http_server_properties_manager.cc
|
| +++ b/net/http/http_server_properties_manager.cc
|
| @@ -757,7 +757,7 @@ bool HttpServerPropertiesManager::ReadSupportsQuic(
|
| std::string address;
|
| if (!supports_quic_dict->GetStringWithoutPathExpansion(kAddressKey,
|
| &address) ||
|
| - !IPAddress::FromIPLiteral(address, last_quic_address)) {
|
| + !last_quic_address->AssignFromIPLiteral(address)) {
|
| DVLOG(1) << "Malformed SupportsQuic";
|
| return false;
|
| }
|
|
|