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

Unified Diff: runtime/vm/kernel_to_il.cc

Issue 2771443003: [kernel] Fix getter, run service tests in debug mode (Closed)
Patch Set: Created 3 years, 9 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/observatory/tests/service/service_kernel.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_to_il.cc
diff --git a/runtime/vm/kernel_to_il.cc b/runtime/vm/kernel_to_il.cc
index e4204fd6539343ecb732169d47736cbaf6724221..4377618e4d588792f8019d4f0729e642f685a6cd 100644
--- a/runtime/vm/kernel_to_il.cc
+++ b/runtime/vm/kernel_to_il.cc
@@ -3551,7 +3551,6 @@ FlowGraph* FlowGraphBuilder::BuildGraphOfFieldAccessor(
} else {
// The field always has an initializer because static fields without
// initializers are initialized eagerly and do not have implicit getters.
- ASSERT(field.has_initializer());
Kevin Millikin (Google) 2017/03/22 13:09:38 I think the ASSERT is indicating that something is
body += Constant(field);
body += InitStaticField(field);
body += Constant(field);
« no previous file with comments | « runtime/observatory/tests/service/service_kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698