| Index: pkg/compiler/lib/src/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
|
| index 12c5a42bb0382d4fb7fae6d83722c78a68889c3b..766b803f53a8a5c39586adc1a89ffd725d1f663c 100644
|
| --- a/pkg/compiler/lib/src/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/enqueue.dart
|
| @@ -914,11 +914,9 @@ class _EnqueuerImpactVisitor implements WorldImpactVisitor {
|
| }
|
| }
|
|
|
| -typedef void _DeferredActionFunction();
|
| -
|
| class _DeferredAction {
|
| final Element element;
|
| - final _DeferredActionFunction action;
|
| + final void<-() action;
|
|
|
| _DeferredAction(this.element, this.action);
|
| }
|
|
|