Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 065277093e12ca4821e2a798abb424dd3e11c3da..b43e1d4e5e647ad8665681e11e06ae99afb1a481 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -1413,7 +1413,7 @@ class SaveContext BASE_EMBEDDED { |
| private: |
| Handle<Context> context_; |
| -#if __GNUC_VERSION__ >= 40100 && __GNUC_VERSION__ < 40300 |
| +#if V8_GNUC_PREREQ(4, 1) && !V8_GNUC_PREREQ(4, 3) |
| Handle<Context> dummy_; |
| #endif |
| SaveContext* prev_; |