| Index: net/base/address_list_net_log_param.cc
|
| diff --git a/net/base/address_list_net_log_param.cc b/net/base/address_list_net_log_param.cc
|
| index 72332ef27d3cd64754681c78fd432d89193c6e6c..f2aa05da086258233a1b1dc97353f31389139051 100644
|
| --- a/net/base/address_list_net_log_param.cc
|
| +++ b/net/base/address_list_net_log_param.cc
|
| @@ -20,7 +20,7 @@ Value* AddressListNetLogParam::ToValue() const {
|
|
|
| for (const addrinfo* head = address_list_.head();
|
| head != NULL ; head = head->ai_next) {
|
| - list->Append(Value::CreateStringValue(NetAddressToStringWithPort(head)));
|
| + list->Append(base::StringValue::New(NetAddressToStringWithPort(head)));
|
| }
|
|
|
| dict->Set("address_list", list);
|
|
|