| Index: pkg/compiler/lib/src/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
|
| index 30c5aef080d7f0f907dc3b4bb663bdf6b150e3ce..b93812a9baaeeedb7ccb8b937fc375f27c96024f 100644
|
| --- a/pkg/compiler/lib/src/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/enqueue.dart
|
| @@ -164,7 +164,7 @@ class ResolutionEnqueuer extends EnqueuerImpl {
|
| this._resolution = resolution,
|
| this.nativeEnqueuer = backend.nativeResolutionEnqueuer(),
|
| _universe = new ResolutionWorldBuilderImpl(
|
| - backend, resolution, cacheStrategy, const TypeMaskStrategy()) {
|
| + backend, resolution, cacheStrategy, const OpenWorldStrategy()) {
|
| _impactVisitor = new EnqueuerImplImpactVisitor(this);
|
| }
|
|
|
|
|