Index: runtime/vm/thread.h |
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
index 149a8e10e5a753b793aee622a188074350d7ad8e..50b5c47e2834a2a21d3c815bd59a438d707d52c2 100644 |
--- a/runtime/vm/thread.h |
+++ b/runtime/vm/thread.h |
@@ -259,6 +259,8 @@ class Thread : public BaseThread { |
// The topmost zone used for allocation in this thread. |
Zone* zone() const { return zone_; } |
+ bool ZoneIsOwnedByThread(Zone* zone) const; |
+ |
// The reusable api local scope for this thread. |
ApiLocalScope* api_reusable_scope() const { return api_reusable_scope_; } |
void set_api_reusable_scope(ApiLocalScope* value) { |