Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index b6353314b22c8695cbfa1d63350f27d11d4c1558..7e0a747ac7604798847456b8ea80d1ee1fc8f337 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -643,7 +643,6 @@ void Cell::CellVerify() { |
void PropertyCell::PropertyCellVerify() { |
CHECK(IsPropertyCell()); |
VerifyObjectField(kValueOffset); |
- VerifyObjectField(kTypeOffset); |
} |