| Index: content/browser/zygote_main_linux.cc
|
| diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc
|
| index e1dbf1cbcd39d92be5c23ef7fc644e057c27a93e..020d7771ca6ed9cfe8351dcba1098d10b8a47f84 100644
|
| --- a/content/browser/zygote_main_linux.cc
|
| +++ b/content/browser/zygote_main_linux.cc
|
| @@ -526,8 +526,8 @@ class Zygote {
|
| bool HandleGetSandboxStatus(int fd,
|
| const Pickle& pickle,
|
| PickleIterator iter) {
|
| - if (HANDLE_EINTR(write(fd, &sandbox_flags_, sizeof(sandbox_flags_)) !=
|
| - sizeof(sandbox_flags_))) {
|
| + if (HANDLE_EINTR(write(fd, &sandbox_flags_, sizeof(sandbox_flags_))) !=
|
| + sizeof(sandbox_flags_)) {
|
| PLOG(ERROR) << "write";
|
| }
|
|
|
|
|