| Index: test/dart_codegen/expect/convert/html_escape.dart
|
| diff --git a/test/dart_codegen/expect/convert/html_escape.dart b/test/dart_codegen/expect/convert/html_escape.dart
|
| index 54889a403479d5f09b778b359970781b569d57c4..012b7357587e57fc2a155006a3cc336a56c6fbfd 100644
|
| --- a/test/dart_codegen/expect/convert/html_escape.dart
|
| +++ b/test/dart_codegen/expect/convert/html_escape.dart
|
| @@ -51,7 +51,9 @@ StringBuffer result = null;
|
| if (sink is! StringConversionSink) {
|
| sink = new StringConversionSink.from(sink);
|
| }
|
| - return new _HtmlEscapeSink(this, sink);
|
| + return new _HtmlEscapeSink(this, DDC$RT.cast(sink, DDC$RT.type((Sink<String> _) {
|
| +}
|
| +), StringConversionSink, "CastGeneral", """line 79, column 38 of dart:convert/html_escape.dart: """, sink is StringConversionSink, true));
|
| }
|
| }
|
| class _HtmlEscapeSink extends StringConversionSinkBase {final HtmlEscape _escape;
|
|
|