Chromium Code Reviews| 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..7efe317c7bf93f56ebf3d6b4af9744089bd365d3 100644 |
| --- a/sdk/lib/convert/html_escape.dart |
| +++ b/sdk/lib/convert/html_escape.dart |
| @@ -227,5 +227,5 @@ class _HtmlEscapeSink extends StringConversionSinkBase { |
| } |
| } |
| - void close() => _sink.close(); |
| + void close() { _sink.close(); } |
| } |