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

Unified Diff: runtime/vm/service_isolate.cc

Issue 1418833004: VM: Service isolate under precompilation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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/service_event.cc ('k') | tools/precompilation/test_linux.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_isolate.cc
diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc
index 6f16f4190f9bd32fb3e349ded3074841000873cc..a2156e45305ddfcf699b5be84d95b087b266114e 100644
--- a/runtime/vm/service_isolate.cc
+++ b/runtime/vm/service_isolate.cc
@@ -370,10 +370,6 @@ class RunServiceTask : public ThreadPool::Task {
}
void RunMain(Isolate* I) {
- if (Dart::IsRunningPrecompiledCode()) {
- // TODO(24651): Remove this.
- return;
- }
Thread* T = Thread::Current();
ASSERT(I == T->isolate());
StackZone zone(T);
« no previous file with comments | « runtime/vm/service_event.cc ('k') | tools/precompilation/test_linux.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698