Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index 6d34ab9f0a1fdb95a4820aad27a056b205a02b5e..1194472d29d198cf8eff7805e9e2c96574e789bb 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -118,8 +118,6 @@ namespace internal { |
| #define V8_DOUBLE_FIELDS_UNBOXING 0 |
| #endif |
| -#define V8_CONCURRENT_MARKING 0 |
| - |
| // Some types of tracing require the SFI to store a unique ID. |
| #if defined(V8_TRACE_MAPS) || defined(V8_TRACE_IGNITION) |
| #define V8_SFI_HAS_UNIQUE_ID 1 |