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 0ab44e249c854791b011097bc5683bc6d635975e..73d182006c6d94841c918d5e459d257095e9e06f 100644 |
--- a/lib/compiler/implementation/dart_backend/backend.dart |
+++ b/lib/compiler/implementation/dart_backend/backend.dart |
@@ -28,7 +28,7 @@ class DartBackend extends Backend { |
// TODO(antonm): Implement this method, if needed. |
} |
- CodeBlock codegen(WorkItem work) { return new CodeBlock(null, null); } |
+ CodeBuffer codegen(WorkItem work) { return new CodeBuffer(); } |
void processNativeClasses(Enqueuer world, |
Collection<LibraryElement> libraries) { |