Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(834)

Unified Diff: runtime/vm/thread.h

Issue 1242343002: Remove more uses of Isolate::current_zone. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Access isolate via thread. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698