Chromium Code Reviews| Index: src/gdb-jit.cc |
| diff --git a/src/gdb-jit.cc b/src/gdb-jit.cc |
| index 74db807fb35b1072fc2363ecfb5147e1869f547b..a4803cee6cd36f3e9eeb9ec22710931d13bb3d49 100644 |
| --- a/src/gdb-jit.cc |
| +++ b/src/gdb-jit.cc |
| @@ -42,7 +42,7 @@ |
| namespace v8 { |
| namespace internal { |
| -#ifdef __APPLE__ |
| +#if V8_OS_DARWIN |
| #define __MACH_O |
| class MachO; |
| class MachOSection; |