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

Unified Diff: runtime/vm/class_finalizer.cc

Issue 2811643004: Added missing canonicalization of typedef signature instantiated during (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_finalizer.cc
diff --git a/runtime/vm/class_finalizer.cc b/runtime/vm/class_finalizer.cc
index ab89f7fcdbd7ae52aa732ad7d0aa92005c395326..e371b2e385a3bd66cb9b997562f021e0f755593c 100644
--- a/runtime/vm/class_finalizer.cc
+++ b/runtime/vm/class_finalizer.cc
@@ -1249,6 +1249,7 @@ RawAbstractType* ClassFinalizer::FinalizeType(const Class& cls,
// Note that if type_args contains type parameters, signature is still
// uninstantiated here (typedef type parameters were substituted in
// the signature with typedef type arguments).
+ FinalizeSignature(scope_class, signature); // Canonicalize signature.
}
fun_type.set_signature(signature);
} else {
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698