| Index: pkg/compiler/lib/src/compile_time_constants.dart
|
| diff --git a/pkg/compiler/lib/src/compile_time_constants.dart b/pkg/compiler/lib/src/compile_time_constants.dart
|
| index 564a8a3138c4aad1f287b68d48ff728fefdc55c4..30665fc225fbbea1377d64f4dafae18b170d593e 100644
|
| --- a/pkg/compiler/lib/src/compile_time_constants.dart
|
| +++ b/pkg/compiler/lib/src/compile_time_constants.dart
|
| @@ -1260,7 +1260,7 @@ class ErroneousAstConstant extends AstConstant {
|
|
|
| // TODO(johnniwinther): Clean this up.
|
| TreeElements _analyzeElementEagerly(Compiler compiler, AstElement element) {
|
| - compiler.resolution.analyzeElement(element.declaration);
|
| + compiler.resolution.computeWorldImpact(element.declaration);
|
| return element.resolvedAst.elements;
|
| }
|
|
|
|
|