Chromium Code Reviews| Index: src/frames-inl.h |
| diff --git a/src/frames-inl.h b/src/frames-inl.h |
| index 2b50d55bd6e89361ad8e0d0d87b90c797fa2fd1a..b34a0abb15c6d95cdb21a12baffa608af97c33e6 100644 |
| --- a/src/frames-inl.h |
| +++ b/src/frames-inl.h |
| @@ -29,7 +29,7 @@ |
| #define V8_FRAMES_INL_H_ |
| #include "frames.h" |
| -#if defined(ARM) || defined (__arm__) || defined(__thumb__) |
| +#ifdef ARM |
| #include "frames-arm.h" |
| #else |
| #include "frames-ia32.h" |