| 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 012b7357587e57fc2a155006a3cc336a56c6fbfd..252bb5b751814331a653fbbee243f214f2750252 100644
|
| --- a/test/dart_codegen/expect/convert/html_escape.dart
|
| +++ b/test/dart_codegen/expect/convert/html_escape.dart
|
| @@ -45,13 +45,13 @@ StringBuffer result = null;
|
| result.write(ch);
|
| }
|
| }
|
| - return ((__x6) => DDC$RT.cast(__x6, dynamic, String, "CastGeneral", """line 72, column 12 of dart:convert/html_escape.dart: """, __x6 is String, true))(result != null ? result.toString() : null);
|
| + return ((__x6) => DEVC$RT.cast(__x6, dynamic, String, "CastGeneral", """line 72, column 12 of dart:convert/html_escape.dart: """, __x6 is String, true))(result != null ? result.toString() : null);
|
| }
|
| StringConversionSink startChunkedConversion(Sink<String> sink) {
|
| if (sink is! StringConversionSink) {
|
| sink = new StringConversionSink.from(sink);
|
| }
|
| - return new _HtmlEscapeSink(this, DDC$RT.cast(sink, DDC$RT.type((Sink<String> _) {
|
| + return new _HtmlEscapeSink(this, DEVC$RT.cast(sink, DEVC$RT.type((Sink<String> _) {
|
| }
|
| ), StringConversionSink, "CastGeneral", """line 79, column 38 of dart:convert/html_escape.dart: """, sink is StringConversionSink, true));
|
| }
|
|
|