Chromium Code Reviews| Index: runtime/vm/store_buffer.cc |
| =================================================================== |
| --- runtime/vm/store_buffer.cc (revision 23860) |
| +++ runtime/vm/store_buffer.cc (working copy) |
| @@ -9,7 +9,7 @@ |
| namespace dart { |
| -DEFINE_LEAF_RUNTIME_ENTRY(void, StoreBufferBlockProcess, Isolate* isolate) { |
| +DEFINE_LEAF_RUNTIME_ENTRY(void, StoreBufferBlockProcess, 1, Isolate* isolate) { |
| StoreBuffer* buffer = isolate->store_buffer(); |
| buffer->Expand(true); |
| } |