Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: lib/src/report/html_reporter.dart

Issue 1762283003: Various cleanup (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/src/report/html_reporter.dart
diff --git a/lib/src/report/html_reporter.dart b/lib/src/report/html_reporter.dart
index e31b479715783a8dbd5405d916ab74b68df8bddf..13ba53611ecce59f634148318fa8730deba8d047 100644
--- a/lib/src/report/html_reporter.dart
+++ b/lib/src/report/html_reporter.dart
@@ -275,7 +275,7 @@ class Page extends HtmlGen {
endTag();
}
- void navItems(String category, List<SummaryInfo> infos) {
+ void navItems(String category, Iterable<SummaryInfo> infos) {
if (infos.isEmpty) return;
span(c: "menu-heading", text: category);

Powered by Google App Engine
This is Rietveld 408576698