| Index: sandbox/src/Wow64.cc
|
| diff --git a/sandbox/src/Wow64.cc b/sandbox/src/Wow64.cc
|
| index 9f10a4b8a53e8c306c6b9dd15157d928af8c3105..50986475502f9dcdea90264ba6608d24783fb7b8 100644
|
| --- a/sandbox/src/Wow64.cc
|
| +++ b/sandbox/src/Wow64.cc
|
| @@ -137,7 +137,7 @@ bool Wow64::WaitForNtdll() {
|
| }
|
|
|
| bool Wow64::RunWowHelper(void* buffer) {
|
| - COMPILE_ASSERT(sizeof(buffer) <= sizeof DWORD, unsupported_64_bits);
|
| + COMPILE_ASSERT(sizeof(buffer) <= sizeof(DWORD), unsupported_64_bits);
|
|
|
| // Get the path to the helper (beside the exe).
|
| wchar_t prog_name[MAX_PATH];
|
|
|