| Index: components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.cc b/components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| index d94ad6b9fdfe5237b92fd6592eed54338da34a78..2a7e0072355e7e403cce2f6efb4385d263255454 100644
|
| --- a/components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| +++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc
|
| @@ -258,7 +258,7 @@ bool NaClForkDelegate::CanHelp(const std::string& process_type,
|
| pid_t NaClForkDelegate::Fork(const std::vector<int>& fds) {
|
| VLOG(1) << "NaClForkDelegate::Fork";
|
|
|
| - DCHECK(fds.size() == kNaClParentFDIndex + 1);
|
| + DCHECK(fds.size() == kNumPassedFDs);
|
|
|
| // First, send a remote fork request.
|
| Pickle write_pickle;
|
|
|