| Index: pkg/compiler/lib/src/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
|
| index 2148436ae19c89a0be796a9c913437bb17328c76..791b62cfeaa713d9981050d8dcd652f65e17393a 100644
|
| --- a/pkg/compiler/lib/src/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/enqueue.dart
|
| @@ -171,6 +171,7 @@ abstract class Enqueuer {
|
| if (compiler.enableTypeAssertions) {
|
| worldImpact.checkedModeChecks.forEach(registerIsCheck);
|
| }
|
| + worldImpact.onCatchTypes.forEach(registerIsCheck);
|
| worldImpact.closurizedFunctions.forEach(registerGetOfStaticFunction);
|
| worldImpact.closures.forEach(registerClosure);
|
| }
|
|
|