| Index: ipc/ipc_message.cc
|
| diff --git a/ipc/ipc_message.cc b/ipc/ipc_message.cc
|
| index a6219fe5ce46e3b2d9e725bec12b98810ad9c4e1..82b136ac2055a5f7b2f588ce617934dbf3e33ab1 100644
|
| --- a/ipc/ipc_message.cc
|
| +++ b/ipc/ipc_message.cc
|
| @@ -139,7 +139,7 @@
|
|
|
| bool Message::ReadFile(PickleIterator* iter, base::ScopedFD* descriptor) const {
|
| int descriptor_index;
|
| - if (!iter->ReadInt(&descriptor_index))
|
| + if (!ReadInt(iter, &descriptor_index))
|
| return false;
|
|
|
| FileDescriptorSet* file_descriptor_set = file_descriptor_set_.get();
|
|
|