| Index: src/heap/store-buffer-inl.h
|
| diff --git a/src/heap/store-buffer-inl.h b/src/heap/store-buffer-inl.h
|
| index cd8278ef694858f4c0689fcf581430317c6c6782..3546ee2173c473bed7a879b776a767042791b822 100644
|
| --- a/src/heap/store-buffer-inl.h
|
| +++ b/src/heap/store-buffer-inl.h
|
| @@ -31,7 +31,6 @@ uint32_t StoreBuffer::AddressToSlotSetAndOffset(Address addr, SlotSet** slots) {
|
| return static_cast<uint32_t>(offset);
|
| }
|
|
|
| -
|
| void LocalStoreBuffer::Record(Address addr) {
|
| if (top_->is_full()) top_ = new Node(top_);
|
| top_->buffer[top_->count++] = addr;
|
|
|