| Index: content/public/child/fixed_received_data.cc
|
| diff --git a/content/public/child/fixed_received_data.cc b/content/public/child/fixed_received_data.cc
|
| index 96599c2d30a8229ecb9fc7d023a97035c9b45c4e..c09b4c5834818364f072d652b0660d9e8c49b849 100644
|
| --- a/content/public/child/fixed_received_data.cc
|
| +++ b/content/public/child/fixed_received_data.cc
|
| @@ -14,7 +14,7 @@ FixedReceivedData::FixedReceivedData(const char* data,
|
|
|
| FixedReceivedData::FixedReceivedData(ReceivedData* data)
|
| : FixedReceivedData(data->payload(),
|
| - data->encoded_length(),
|
| + data->length(),
|
| data->encoded_length()) {
|
| }
|
|
|
|
|