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

Unified Diff: runtime/vm/compiler.h

Issue 1414493003: Remove some Isolate::current_zone() calls, as it gets the zone from mutator thread not the current … (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Zones and commentw Created 5 years, 2 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/code_generator.cc ('k') | runtime/vm/compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/compiler.h
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h
index 9c3e73fbf67595b66e6b7288fff4689a5c745bdf..fd442a538bc8e54130307dd8e08ad020285b0eaf 100644
--- a/runtime/vm/compiler.h
+++ b/runtime/vm/compiler.h
@@ -106,7 +106,7 @@ class Compiler : public AllStatic {
// isolate.
class BackgroundCompiler : public ThreadPool::Task {
public:
- static void EnsureInit(Isolate* isolate);
+ static void EnsureInit(Thread* thread);
static void Stop(BackgroundCompiler* task);
« no previous file with comments | « runtime/vm/code_generator.cc ('k') | runtime/vm/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698