| Index: sandbox/linux/services/credentials.cc
|
| diff --git a/sandbox/linux/services/credentials.cc b/sandbox/linux/services/credentials.cc
|
| index 0e569faaa06e206a11a41d482b4f30c41be31cc5..0c617d4b2f19454262a8ac33d0aac07173d2b63c 100644
|
| --- a/sandbox/linux/services/credentials.cc
|
| +++ b/sandbox/linux/services/credentials.cc
|
| @@ -96,7 +96,7 @@ bool ChrootToSafeEmptyDir() {
|
| pid_t pid = -1;
|
| char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16);
|
| #if defined(ARCH_CPU_X86_FAMILY) || defined(ARCH_CPU_ARM_FAMILY) || \
|
| - defined(ARCH_CPU_MIPS64_FAMILY) || defined(ARCH_CPU_MIPS_FAMILY)
|
| + defined(ARCH_CPU_MIPS_FAMILY)
|
| // The stack grows downward.
|
| void* stack = stack_buf + sizeof(stack_buf);
|
| #else
|
|
|