Index: pkg/compiler/lib/src/common/backend_api.dart |
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart |
index 71a8c82a6f5bebc94f258bf354152e4a30c5fcad..801a87b54ad26c0961d522d956248abd03f1c171 100644 |
--- a/pkg/compiler/lib/src/common/backend_api.dart |
+++ b/pkg/compiler/lib/src/common/backend_api.dart |
@@ -361,9 +361,7 @@ abstract class Backend { |
void onCodegenStart() {} |
/// Called after [element] has been resolved. |
- // TODO(johnniwinther): Change [TreeElements] to [Registry] or a dependency |
- // node. [elements] is currently unused by the implementation. |
- void onElementResolved(Element element, TreeElements elements) {} |
+ void onElementResolved(Element element) {} |
// Does this element belong in the output |
bool shouldOutput(Element element) => true; |