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

Unified Diff: pkg/barback/lib/src/log.dart

Issue 430973002: Only support the new source_span spans in barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « pkg/barback/CHANGELOG.md ('k') | pkg/barback/lib/src/span_wrapper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/log.dart
diff --git a/pkg/barback/lib/src/log.dart b/pkg/barback/lib/src/log.dart
index 691f4db48aef1727928162abc8b4aeef0201e1f0..e0d37b4df410e782d545ccfaac46be4b32c3fc20 100644
--- a/pkg/barback/lib/src/log.dart
+++ b/pkg/barback/lib/src/log.dart
@@ -4,8 +4,6 @@
library barback.log;
-import 'package:source_maps/span.dart';
-
Bob Nystrom 2014/07/30 21:51:49 Shouldn't this import source_span instead?
nweiz 2014/07/30 23:21:12 Done.
import 'asset/asset_id.dart';
import 'errors.dart';
@@ -35,7 +33,7 @@ class LogEntry {
/// The location that the message pertains to or null if not associated with
/// a source [Span].
Bob Nystrom 2014/07/30 21:51:49 SourceSpan.
nweiz 2014/07/30 23:21:11 Done.
- final Span span;
+ final SourceSpan span;
LogEntry(this.transform, this.assetId, this.level, this.message, this.span);
}
« no previous file with comments | « pkg/barback/CHANGELOG.md ('k') | pkg/barback/lib/src/span_wrapper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698