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

Unified Diff: lib/builder.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 | « no previous file | lib/parser.dart » ('j') | lib/source_maps.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/builder.dart
diff --git a/lib/builder.dart b/lib/builder.dart
index 320f459bf8c3b78718e8549674c3bf31ab92efce..ad80fa00093184e3bea79adb2a30cd6417d688b7 100644
--- a/lib/builder.dart
+++ b/lib/builder.dart
@@ -28,7 +28,7 @@ class SourceMapBuilder {
/// Adds an entry mapping the [targetOffset] to [source].
void addFromOffset(Location source,
- File targetFile, int targetOffset, String identifier) {
+ SourceFile targetFile, int targetOffset, String identifier) {
if (targetFile == null) {
throw new ArgumentError('targetFile cannot be null');
}
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | lib/source_maps.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698