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

Unified Diff: runtime/vm/thread_registry.cc

Issue 1386503002: Initial design for background compilation (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Address comments Created 5 years, 3 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/isolate.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_registry.cc
diff --git a/runtime/vm/thread_registry.cc b/runtime/vm/thread_registry.cc
index 44c0d133460cd1aa7afda44e1d453d0a9759debe..ae67bbedb29ac080b47e2aec38d5ca6d41857943 100644
--- a/runtime/vm/thread_registry.cc
+++ b/runtime/vm/thread_registry.cc
@@ -4,6 +4,7 @@
#include "vm/thread_registry.h"
+#include "vm/compiler.h"
Florian Schneider 2015/10/02 11:10:32 There is no other change in this file. Accidentall
srdjan 2015/10/02 15:24:13 Done.
koda 2015/10/02 16:53:46 Remove.
srdjan 2015/10/02 18:19:20 Done.
#include "vm/isolate.h"
#include "vm/lockers.h"
« no previous file with comments | « runtime/vm/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698