Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 4b1131a842f27e0f9d1103edbf00352a0ddbe9e4..d814b4dbf85d057d5f7cabeb4985a1a0b6932f70 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -2326,6 +2326,7 @@ Object* Isolate::FindCodeObject(Address a) { |
| return inner_pointer_to_code_cache()->GcSafeFindCodeForInnerPointer(a); |
| } |
| + |
| #ifdef DEBUG |
| #define ISOLATE_FIELD_OFFSET(type, name, ignored) \ |
| const intptr_t Isolate::name##_debug_offset_ = OFFSET_OF(Isolate, name##_); |