Index: runtime/vm/thread.h |
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
index 69cc4ecd17b2f70a429bd02bd899675a274b5496..b2ceda8427515ed6aca52bf69354a299cf43b183 100644 |
--- a/runtime/vm/thread.h |
+++ b/runtime/vm/thread.h |
@@ -246,6 +246,8 @@ CACHED_CONSTANTS_LIST(DECLARE_MEMBERS) |
memset(&state_, 0, sizeof(state_)); |
} |
+ void StoreBufferFlush(bool check_threshold = true); |
+ |
void set_zone(Zone* zone) { |
state_.zone = zone; |
} |