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

Unified Diff: runtime/vm/kernel_binary_flowgraph.cc

Issue 2951803005: Set and keep parent function of signature functions. (Closed)
Patch Set: Created 3 years, 6 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/kernel_binary_flowgraph.cc
diff --git a/runtime/vm/kernel_binary_flowgraph.cc b/runtime/vm/kernel_binary_flowgraph.cc
index 1ab259c8f098cc0bad596c4ad4490e90c4d3497b..85fdcb3701393fa9c97bb6000de28011eab48922 100644
--- a/runtime/vm/kernel_binary_flowgraph.cc
+++ b/runtime/vm/kernel_binary_flowgraph.cc
@@ -1480,8 +1480,9 @@ void StreamingDartTypeTranslator::BuildFunctionType(bool simple) {
TypeParameterScope scope(this, first_item_offest, list_length);
Function& signature_function = Function::ZoneHandle(
- Z, Function::NewSignatureFunction(*active_class_->klass,
- TokenPosition::kNoSource));
+ Z,
+ Function::NewSignatureFunction(*active_class_->klass, Function::Handle(),
rmacnak 2017/06/21 20:10:00 Handle(Z)
regis 2017/06/21 20:14:01 Done.
+ TokenPosition::kNoSource));
intptr_t required_count;
intptr_t all_count;
« no previous file with comments | « runtime/vm/class_finalizer.cc ('k') | runtime/vm/object.h » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698