| Index: runtime/vm/raw_object.cc
|
| diff --git a/runtime/vm/raw_object.cc b/runtime/vm/raw_object.cc
|
| index 535c785ae1e521638dc84b5860270951010a647f..b8ecacb5807d8302b16480916c29bba91729a321 100644
|
| --- a/runtime/vm/raw_object.cc
|
| +++ b/runtime/vm/raw_object.cc
|
| @@ -24,7 +24,7 @@ bool RawObject::IsVMHeapObject() const {
|
|
|
|
|
| void RawObject::Validate(Isolate* isolate) const {
|
| - if (Object::null_class_ == reinterpret_cast<RawClass*>(kHeapObjectTag)) {
|
| + if (Object::void_class_ == reinterpret_cast<RawClass*>(kHeapObjectTag)) {
|
| // Validation relies on properly initialized class classes. Skip if the
|
| // VM is still being initialized.
|
| return;
|
|
|