| Index: dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart b/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| index 91cff3e7a4a5cd439dd018e7ae58fc6e62f84284..3dadfc452cc33573c5df0ba8723b6348895467b1 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| @@ -219,7 +219,7 @@ class DartBackend extends Backend {
|
|
|
| void addBackendRtiDependencies(World world) {}
|
|
|
| - void enqueueHelpers(ResolutionEnqueuer world) {
|
| + void enqueueHelpers(ResolutionEnqueuer world, TreeElements elements) {
|
| // Right now resolver doesn't always resolve interfaces needed
|
| // for literals, so force them. TODO(antonm): fix in the resolver.
|
| final LITERAL_TYPE_NAMES = const [
|
|
|