Index: pkg/compiler/lib/src/use_unused_api.dart |
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart |
index bdb0acfc826c9aec18369eb577a8db37e5a38713..291d5fcebc6ace06a982d47ed96fe839fe253e42 100644 |
--- a/pkg/compiler/lib/src/use_unused_api.dart |
+++ b/pkg/compiler/lib/src/use_unused_api.dart |
@@ -226,7 +226,7 @@ useJsOther(js.SimpleJavaScriptPrintingContext context) { |
} |
useJsBackend(js_backend.JavaScriptBackend backend) { |
- backend.assembleCode(null); |
+ backend.getGeneratedCode(null); |
} |
useConcreteTypesInferrer(concrete_types_inferrer.ConcreteTypesInferrer c) { |