| Index: ipc/ipc_channel_nacl.cc
|
| diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc
|
| index 53397f475240a776e48e74e028ab53e9b1701735..49ac1393af10891a79c181836b26551c63d23d1d 100644
|
| --- a/ipc/ipc_channel_nacl.cc
|
| +++ b/ipc/ipc_channel_nacl.cc
|
| @@ -37,7 +37,7 @@ bool ReadDataOnReaderThread(int pipe, MessageContents* contents) {
|
| return false;
|
|
|
| contents->data.resize(Channel::kReadBufferSize);
|
| - contents->fds.resize(MessageAttachmentSet::kMaxDescriptorsPerMessage);
|
| + contents->fds.resize(NACL_ABI_IMC_DESC_MAX);
|
|
|
| NaClAbiNaClImcMsgIoVec iov = { &contents->data[0], contents->data.size() };
|
| NaClAbiNaClImcMsgHdr msg = {
|
|
|