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

Unified Diff: pkg/front_end/lib/src/fasta/source/source_library_builder.dart

Issue 2746013003: [fasta] Add and correct even more offsets (Closed)
Patch Set: Removed formalParametersToken parameter Created 3 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 | « pkg/front_end/lib/src/fasta/source/source_class_builder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/source/source_library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
index b676740f1dff32a5e5ca8d948782219946207fa6..08547d0b57c2d077cb39df443c91273474adb07e 100644
--- a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
@@ -201,6 +201,7 @@ abstract class SourceLibraryBuilder<T extends TypeBuilder, R>
AsyncMarker asyncModifier,
ProcedureKind kind,
int charOffset,
+ int charOpenParenOffset,
int charEndOffset,
String nativeMethodName,
{bool isTopLevel});
@@ -230,6 +231,7 @@ abstract class SourceLibraryBuilder<T extends TypeBuilder, R>
AsyncMarker asyncModifier,
ConstructorReferenceBuilder redirectionTarget,
int charOffset,
+ int charOpenParenOffset,
int charEndOffset,
String nativeMethodName);
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/source_class_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698