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

Unified Diff: lib/src/source_map_span.dart

Issue 1035343002: Fix sourcemap after changes in source_span (Closed) Base URL: https://github.com/dart-lang/source_maps@master
Patch Set: Created 5 years, 9 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 | « CHANGELOG.md ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/source_map_span.dart
diff --git a/lib/src/source_map_span.dart b/lib/src/source_map_span.dart
index 20eb17ad0ddb3c2e115cf84b12fcb4d2029a3ed9..b70bdfe983ef4c1b1a8e7622e1b02b06ed7b8549 100644
--- a/lib/src/source_map_span.dart
+++ b/lib/src/source_map_span.dart
@@ -44,6 +44,7 @@ class SourceMapFileSpan implements SourceMapSpan, FileSpan {
FileLocation get start => _inner.start;
FileLocation get end => _inner.end;
String get text => _inner.text;
+ String get context => _inner.context;
Uri get sourceUrl => _inner.sourceUrl;
int get length => _inner.length;
« no previous file with comments | « CHANGELOG.md ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698