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