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

Unified Diff: sdk/lib/_internal/compiler/implementation/patch_parser.dart

Issue 11729004: Refactor location computation in dart2js mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Location test added. Created 7 years, 12 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
Index: sdk/lib/_internal/compiler/implementation/patch_parser.dart
diff --git a/sdk/lib/_internal/compiler/implementation/patch_parser.dart b/sdk/lib/_internal/compiler/implementation/patch_parser.dart
index 009e22d32e98f2c9538bacf95aeb9e78165c24f2..55254bffda3223229c639eb8f49549b7eb4633a5 100644
--- a/sdk/lib/_internal/compiler/implementation/patch_parser.dart
+++ b/sdk/lib/_internal/compiler/implementation/patch_parser.dart
@@ -502,4 +502,6 @@ class PatchMetadataAnnotation extends MetadataAnnotation {
final leg.Constant value = null;
PatchMetadataAnnotation() : super(STATE_DONE);
+
+ Token get beginToken => null;
Johnni Winther 2013/01/04 09:57:56 Needed in this CL and not in https://codereview.ch
}

Powered by Google App Engine
This is Rietveld 408576698