Index: runtime/vm/thread.h |
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
index 98cd55d3f1bd6309ff0cea04058c177a637ccfd7..b07bbc55be5a910e75ed5dd759ea393e24dc15dc 100644 |
--- a/runtime/vm/thread.h |
+++ b/runtime/vm/thread.h |
@@ -207,6 +207,7 @@ CACHED_CONSTANTS_LIST(DECLARE_MEMBERS) |
void Schedule(Isolate* isolate); |
void Unschedule(); |
+ friend class ApiZone; |
friend class Isolate; |
friend class StackZone; |
DISALLOW_COPY_AND_ASSIGN(Thread); |