Index: sdk/lib/_internal/compiler/implementation/compiler.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart |
index 5f40a5870f5f83dee1bb03988c531fdfe98433a5..4760c6eda720d5aa71fdfcc749a5c0eee786371c 100644 |
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart |
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart |
@@ -152,7 +152,9 @@ abstract class Backend { |
/// Called during resolution to notify to the backend that the |
/// program uses a type literal. |
- void registerTypeLiteral(Element element, TreeElements elements) {} |
+ void registerTypeLiteral(Element element, |
+ Enqueuer enqueuer, |
+ TreeElements elements) {} |
/// Called during resolution to notify to the backend that the |
/// program has a catch statement with a stack trace. |