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); |
} |
/** |