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

Unified Diff: pkg/analyzer/lib/src/generated/source.dart

Issue 156763002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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: pkg/analyzer/lib/src/generated/source.dart
diff --git a/pkg/analyzer/lib/src/generated/source.dart b/pkg/analyzer/lib/src/generated/source.dart
index b38854b24070304b72da247d65b002d309802a82..af3110c15a07c4cb41dae1bad66db51a8c64b557 100644
--- a/pkg/analyzer/lib/src/generated/source.dart
+++ b/pkg/analyzer/lib/src/generated/source.dart
@@ -460,7 +460,7 @@ abstract class Source_ContentReceiver {
* @param contents the contents of the source
* @param modificationTime the time at which the contents were last set
*/
- void accept(CharSequence contents, int modificationTime);
+ void accept(String contents, int modificationTime);
}
/**

Powered by Google App Engine
This is Rietveld 408576698