Index: sandbox/win/src/interception.cc |
=================================================================== |
--- sandbox/win/src/interception.cc (revision 157289) |
+++ sandbox/win/src/interception.cc (working copy) |
@@ -433,9 +433,8 @@ |
PAGE_EXECUTE_READ, &old_protection); |
ResultCode ret = child_->TransferVariable("g_originals", g_originals, |
- sizeof(g_originals)); |
- |
- return SBOX_ALL_OK == ret ? true : false; |
+ sizeof(g_originals)); |
+ return (SBOX_ALL_OK == ret); |
} |
bool InterceptionManager::PatchClientFunctions(DllInterceptionData* thunks, |