Chromium Code Reviews| Index: src/isolate.h |
| =================================================================== |
| --- src/isolate.h (revision 8847) |
| +++ src/isolate.h (working copy) |
| @@ -747,7 +747,7 @@ |
| return name##_; \ |
| } \ |
| inline void set_##name(type value) { \ |
| - ASSERT_EQ(OFFSET_OF(Isolate, name##_), name##_debug_offset_); \ |
| + ASSERT(OFFSET_OF(Isolate, name##_) == name##_debug_offset_); \ |
| name##_ = value; \ |
| } |
| ISOLATE_INIT_LIST(GLOBAL_ACCESSOR) |