| Index: src/objects-visiting-inl.h
|
| diff --git a/src/objects-visiting-inl.h b/src/objects-visiting-inl.h
|
| index b2c12823f73347c7253f57d20179c8033381ea51..6f0f61d351b602c4f204a64b2f760ef1c65d25e8 100644
|
| --- a/src/objects-visiting-inl.h
|
| +++ b/src/objects-visiting-inl.h
|
| @@ -129,9 +129,6 @@ void Code::CodeIterateBody(Heap* heap) {
|
| reinterpret_cast<Object**>(this->address() + kRelocationInfoOffset));
|
| StaticVisitor::VisitPointer(
|
| heap,
|
| - reinterpret_cast<Object**>(this->address() + kHandlerTableOffset));
|
| - StaticVisitor::VisitPointer(
|
| - heap,
|
| reinterpret_cast<Object**>(this->address() + kDeoptimizationDataOffset));
|
|
|
| RelocIterator it(this, mode_mask);
|
|
|