| Index: pkg/compiler/lib/src/native/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/native/enqueue.dart b/pkg/compiler/lib/src/native/enqueue.dart
|
| index e8f3340234730e701a3894b121d3b5153ed97948..166e6cf8295b4fccea36fb214ef43f09e2f4741d 100644
|
| --- a/pkg/compiler/lib/src/native/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/native/enqueue.dart
|
| @@ -296,6 +296,7 @@ abstract class NativeEnqueuerBase implements NativeEnqueuer {
|
| }
|
| return e;
|
| }
|
| +
|
| _annotationCreatesClass = find('Creates');
|
| _annotationReturnsClass = find('Returns');
|
| _annotationJsNameClass = find('JSName');
|
|
|