Chromium Code Reviews| Index: runtime/vm/store_buffer.h |
| diff --git a/runtime/vm/store_buffer.h b/runtime/vm/store_buffer.h |
| index edc307d0d375db121ba93a17c81353bb98f8fb50..d6fcb7d7678c3430c2368d4ceb8480513bda2433 100644 |
| --- a/runtime/vm/store_buffer.h |
| +++ b/runtime/vm/store_buffer.h |
| @@ -79,6 +79,7 @@ class StoreBuffer { |
| StoreBuffer(); |
| ~StoreBuffer(); |
| static void InitOnce(); |
| + static void ShutDown(); |
| // Interrupt when crossing this threshold of non-empty blocks in the buffer. |
| static const intptr_t kMaxNonEmpty = 100; |