| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 17e80172c539890684eb2dc528795ebfadf20bd8..564fd7b64638694ba978725aa5776995a678f61a 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -2216,8 +2216,6 @@ bool Isolate::Init(Deserializer* des) {
|
| LOG(this, LogCompiledFunctions());
|
| }
|
|
|
| - CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, state_)),
|
| - Internals::kIsolateStateOffset);
|
| CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, embedder_data_)),
|
| Internals::kIsolateEmbedderDataOffset);
|
| CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.roots_)),
|
|
|