Chromium Code Reviews| Index: src/preparser.cc |
| diff --git a/src/preparser.cc b/src/preparser.cc |
| index 36a94a3315b312d89922fde236426fc5570580bf..648ba30510b954884aaf7fe54f87eaf27c54a0c2 100644 |
| --- a/src/preparser.cc |
| +++ b/src/preparser.cc |
| @@ -42,7 +42,7 @@ |
| #include "unicode.h" |
| #include "utils.h" |
| -#ifdef _MSC_VER |
| +#if V8_CC_MSVC |
| namespace std { |
| // Usually defined in math.h, but not in MSVC. |