| Index: lib/compiler/implementation/enqueue.dart
|
| diff --git a/lib/compiler/implementation/enqueue.dart b/lib/compiler/implementation/enqueue.dart
|
| index 874e38d1e8e852613c4ccbb20989a69b3ea76071..76cd1459a38393a3227dfc61de42928e49aa9654 100644
|
| --- a/lib/compiler/implementation/enqueue.dart
|
| +++ b/lib/compiler/implementation/enqueue.dart
|
| @@ -118,7 +118,7 @@ class EnqueueTask extends CompilerTask {
|
| seenClasses.add(cls);
|
| // TODO(ahe): Don't call resolveType, instead, call this method
|
| // when resolveType is called.
|
| - compiler.resolveType(cls);
|
| + compiler.resolveClass(cls);
|
| cls.members.forEach(processInstantiatedClassMember);
|
| cls = cls.superclass;
|
| }
|
|
|