Index: base/compiler_specific.h |
diff --git a/base/compiler_specific.h b/base/compiler_specific.h |
index 47ca9778b6708c07a1637079b81a32302651faee..242231a813842d6e6cf1e365862c8358ce4f7438 100644 |
--- a/base/compiler_specific.h |
+++ b/base/compiler_specific.h |
@@ -7,6 +7,8 @@ |
#include "build/build_config.h" |
+#define typeof(x) __typeof__(x) |
Nico
2014/10/30 17:02:41
See http://crbug.com/427584 for this – we shouldn'
Fabrice (no longer in Chrome)
2014/10/30 17:32:52
Done.
|
+ |
#if defined(COMPILER_MSVC) |
// Macros for suppressing and disabling warnings on MSVC. |