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

Unified Diff: pkg/compiler/lib/src/ssa/locals_handler.dart

Issue 2976013002: Changes to compile compound constructor types (Closed)
Patch Set: Created 3 years, 5 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 | pkg/compiler/lib/src/ssa/type_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/locals_handler.dart
diff --git a/pkg/compiler/lib/src/ssa/locals_handler.dart b/pkg/compiler/lib/src/ssa/locals_handler.dart
index 62f420add28d141d9d2fe432561241f7a71967d9..52e769c7b67b9926bad13a9a31574aaefd81aea5 100644
--- a/pkg/compiler/lib/src/ssa/locals_handler.dart
+++ b/pkg/compiler/lib/src/ssa/locals_handler.dart
@@ -88,7 +88,7 @@ class LocalsHandler {
/// [contextClass].
DartType substInContext(DartType type) {
if (contextClass != null) {
- ClassElement typeContext = DartTypes.getClassContext(type);
+ ClassEntity typeContext = DartTypes.getClassContext(type);
if (typeContext != null) {
type = builder.types.substByContext(
type,
« no previous file with comments | « no previous file | pkg/compiler/lib/src/ssa/type_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698