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

Unified Diff: lib/source_maps.dart

Issue 12937009: renaming File to Source (Closed) Base URL: git@github.com:dart-lang/source-maps.git@master
Patch Set: Created 7 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 | « lib/parser.dart ('k') | lib/span.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/source_maps.dart
diff --git a/lib/source_maps.dart b/lib/source_maps.dart
index 652509c983b2eb563fa87228b160a99b10f56550..45bb0b43283088adc8646aaa68ab36a06229264f 100644
--- a/lib/source_maps.dart
+++ b/lib/source_maps.dart
@@ -11,7 +11,7 @@
/// ..add(inputSpan3, outputSpan3)
/// .toJson(outputFile);
///
-/// Use the [Span] and [File] classes to specify span locations.
+/// Use the [Span] and [Source] classes to specify span locations.
Jennifer Messerly 2013/03/20 22:11:46 SourceFile?
Siggi Cherem (dart-lang) 2013/03/20 22:35:24 Done.
///
/// Parse a source map using [parse], and call `spanFor` on the returned mapping
/// object. For example:
« no previous file with comments | « lib/parser.dart ('k') | lib/span.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698