Index: sdk/lib/convert/html_escape.dart |
diff --git a/sdk/lib/convert/html_escape.dart b/sdk/lib/convert/html_escape.dart |
index 2a0af75cecb4ccbad34041cd798a9c4f7f8aaede..6b0a3fa6084f8564fb0a48723999ff558b67b590 100644 |
--- a/sdk/lib/convert/html_escape.dart |
+++ b/sdk/lib/convert/html_escape.dart |
@@ -152,7 +152,7 @@ class HtmlEscapeMode { |
* found to be easier to read if greater-than is also escaped whenever |
* less-than is. |
*/ |
-class HtmlEscape extends ChunkedConverter<String, String, String, String> { |
+class HtmlEscape extends Converter<String, String> { |
/** The [HtmlEscapeMode] used by the converter. */ |
final HtmlEscapeMode mode; |