| Index: dart/lib/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/dart/lib/compiler/implementation/dart_backend/backend.dart b/dart/lib/compiler/implementation/dart_backend/backend.dart
|
| index 4b351ebc9411696c5476b4ce0af3e1c9780a7e58..ba8f44a9f8bcd9187d9ce1fd12cd86e2e500794b 100644
|
| --- a/dart/lib/compiler/implementation/dart_backend/backend.dart
|
| +++ b/dart/lib/compiler/implementation/dart_backend/backend.dart
|
| @@ -96,6 +96,10 @@ class DartBackend extends Backend {
|
|
|
| DartBackend(Compiler compiler) : super(compiler);
|
|
|
| + void enqueueHelpers(Enqueuer world) {
|
| + // TODO(antonm): Implement this method, if needed.
|
| + }
|
| +
|
| String codegen(WorkItem work) {
|
| // Traverse AST to populate sets of reachable classes and functions.
|
| log('codegen(${work.element})');
|
|
|