| Index: components/nacl/loader/sandbox_linux/nacl_sandbox_linux.cc
|
| diff --git a/components/nacl/loader/sandbox_linux/nacl_sandbox_linux.cc b/components/nacl/loader/sandbox_linux/nacl_sandbox_linux.cc
|
| index ac9d000dbe71636717770d536c738e1c6798521a..401f76c8d0014ab3a43e048a879f7a809cce3c2a 100644
|
| --- a/components/nacl/loader/sandbox_linux/nacl_sandbox_linux.cc
|
| +++ b/components/nacl/loader/sandbox_linux/nacl_sandbox_linux.cc
|
| @@ -124,7 +124,8 @@ bool NaClSandbox::HasOpenDirectory() {
|
|
|
| void NaClSandbox::InitializeLayerOneSandbox() {
|
| // Check that IsSandboxed() works. We should not be sandboxed at this point.
|
| - CHECK(!IsSandboxed()) << "Unexpectedly sandboxed!";
|
| + // Unexpectedly sandboxed!
|
| + CHECK(!IsSandboxed());
|
|
|
| if (setuid_sandbox_client_->IsSuidSandboxChild()) {
|
| setuid_sandbox_client_->CloseDummyFile();
|
|
|