Chromium Code Reviews| Index: src/store-buffer.h |
| diff --git a/src/store-buffer.h b/src/store-buffer.h |
| index 514534a1ed72c5af95827ffd3926ad90f497e976..4ecc43b5276dcf8ad1a8835de0b52c79075a4475 100644 |
| --- a/src/store-buffer.h |
| +++ b/src/store-buffer.h |
| @@ -111,6 +111,7 @@ class StoreBuffer { |
| // been promoted. Rebuilds the store buffer completely if it overflowed. |
| void SortUniq(); |
| + bool SpaceAvailable(intptr_t space_needed); |
| void EnsureSpace(intptr_t space_needed); |
| void Verify(); |