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

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
Index: runtime/vm/service_isolate.cc
diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc
index 98cbeb957f7b42abdc8278494681b91bb35100f9..9a6c5b9f0c8b5dcbee6055985de7125378eccf74 100644
--- a/runtime/vm/service_isolate.cc
+++ b/runtime/vm/service_isolate.cc
@@ -372,11 +372,6 @@ class RunServiceTask : public ThreadPool::Task {
}
void RunMain(Isolate* I) {
- if (Dart::IsRunningPrecompiledCode()) {
- // TODO(24651): Remove this.
- return;
- }
-
StartIsolateScope iso_scope(I);
Thread* T = Thread::Current();
ASSERT(I == T->isolate());

Powered by Google App Engine
This is Rietveld 408576698