| Index: mojo/edk/system/data_pipe.cc
|
| diff --git a/mojo/edk/system/data_pipe.cc b/mojo/edk/system/data_pipe.cc
|
| index 7cfd2a58066d4a640fff100c7e9d12f1bee914b9..109f1ac38449309fb9a3a52ee6852ce781c4c902 100644
|
| --- a/mojo/edk/system/data_pipe.cc
|
| +++ b/mojo/edk/system/data_pipe.cc
|
| @@ -656,7 +656,8 @@ DataPipe::DataPipe(bool has_local_producer,
|
| bool has_local_consumer,
|
| const MojoCreateDataPipeOptions& validated_options,
|
| std::unique_ptr<DataPipeImpl> impl)
|
| - : validated_options_(validated_options),
|
| + : element_num_bytes_(validated_options.element_num_bytes),
|
| + capacity_num_bytes_(validated_options.capacity_num_bytes),
|
| producer_open_(true),
|
| consumer_open_(true),
|
| producer_awakable_list_(has_local_producer ? new AwakableList()
|
|
|