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

Unified Diff: packages/source_maps/lib/builder.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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
« no previous file with comments | « packages/source_maps/CHANGELOG.md ('k') | packages/source_maps/lib/parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/source_maps/lib/builder.dart
diff --git a/packages/source_maps/lib/builder.dart b/packages/source_maps/lib/builder.dart
index 091e220c5c13d57133fff267aa8ff153d93506c9..c8596fe638793d3bfb8cbda589162f5131d53fc3 100644
--- a/packages/source_maps/lib/builder.dart
+++ b/packages/source_maps/lib/builder.dart
@@ -60,7 +60,7 @@ class SourceMapBuilder {
}
/// An entry in the source map builder.
-class Entry implements Comparable {
+class Entry implements Comparable<Entry> {
/// Span denoting the original location in the input source file
final SourceLocation source;
« no previous file with comments | « packages/source_maps/CHANGELOG.md ('k') | packages/source_maps/lib/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698