summaryrefslogtreecommitdiff
path: root/chromium/v8/src/codegen/x64/cpu-x64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/codegen/x64/cpu-x64.cc')
-rw-r--r--chromium/v8/src/codegen/x64/cpu-x64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/codegen/x64/cpu-x64.cc b/chromium/v8/src/codegen/x64/cpu-x64.cc
index cce76d8c6a0..7fd3635683e 100644
--- a/chromium/v8/src/codegen/x64/cpu-x64.cc
+++ b/chromium/v8/src/codegen/x64/cpu-x64.cc
@@ -4,7 +4,7 @@
// CPU specific code for x64 independent of OS goes here.
-#if defined(__GNUC__) && !defined(__MINGW64__)
+#if defined(__GNUC__) && !defined(__MINGW64__) && !defined(GOOGLE3)
#include "src/third_party/valgrind/valgrind.h"
#endif