| Index: lib/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/lib/compiler/implementation/dart_backend/backend.dart b/lib/compiler/implementation/dart_backend/backend.dart
|
| index fe2e4e0c2bf533cd24978781e4049d741a1f263d..8f0a12631d19298aa4200cf4ae9446a8fd8ba3a6 100644
|
| --- a/lib/compiler/implementation/dart_backend/backend.dart
|
| +++ b/lib/compiler/implementation/dart_backend/backend.dart
|
| @@ -93,6 +93,8 @@ class DartBackend extends Backend {
|
| : tasks = <CompilerTask>[],
|
| super(compiler);
|
|
|
| + void onUseSelector(Selector selector, Enqueuer world) {}
|
| +
|
| void enqueueHelpers(Enqueuer world) {
|
| // Right now resolver doesn't always resolve interfaces needed
|
| // for literals, so force them. TODO(antonm): fix in the resolver.
|
|
|