| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 26adbc12886480112a3173afe4864e4ec705af27..66c189e63d9862723f5207f8b20f8294f06e278a 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -1930,9 +1930,7 @@ void PropertyCell::set_type_raw(Object* val, WriteBarrierMode ignored) {
|
| }
|
|
|
|
|
| -Object* WeakCell::value() const {
|
| - return HeapObject::cast(READ_FIELD(this, kValueOffset));
|
| -}
|
| +Object* WeakCell::value() const { return READ_FIELD(this, kValueOffset); }
|
|
|
|
|
| void WeakCell::clear() {
|
|
|