| Index: src/mark-compact.cc
|
| diff --git a/src/mark-compact.cc b/src/mark-compact.cc
|
| index 11d76213a7b87cdc2524964fdd693fc53ec84116..d9787ace0dc95bfcbdd3eb0cdf0b5237f9f08cf7 100644
|
| --- a/src/mark-compact.cc
|
| +++ b/src/mark-compact.cc
|
| @@ -2003,10 +2003,6 @@ static void UpdatePointerToNewGen(HeapObject** p, HeapObject* object) {
|
| // the store buffer which we are rebuilding.
|
| if (new_addr != NULL) {
|
| *p = HeapObject::FromAddress(new_addr);
|
| - if (HEAP->InNewSpace(new_addr)) {
|
| - HEAP->store_buffer()->
|
| - EnterDirectlyIntoStoreBuffer(reinterpret_cast<Address>(p));
|
| - }
|
| } else {
|
| // We have to zap this pointer, because the store buffer may overflow later,
|
| // and then we have to scan the entire heap and we don't want to find
|
|
|