Chromium Code Reviews| Index: src/store-buffer.cc |
| diff --git a/src/store-buffer.cc b/src/store-buffer.cc |
| index fd6366a727229923919f553441beda726a224192..0386280de65b0948c22c54638cbba4c0e3646457 100644 |
| --- a/src/store-buffer.cc |
| +++ b/src/store-buffer.cc |
| @@ -121,6 +121,7 @@ void StoreBuffer::TearDown() { |
| void StoreBuffer::StoreBufferOverflow(Isolate* isolate) { |
| isolate->heap()->store_buffer()->Compact(); |
| + isolate->counters()->store_buffer_overflows()->Increment(); |
| } |