Chromium Code Reviews| Index: runtime/bin/string_stream.dart |
| =================================================================== |
| --- runtime/bin/string_stream.dart (revision 1815) |
| +++ runtime/bin/string_stream.dart (working copy) |
| @@ -17,7 +17,7 @@ |
| class DecoderException implements Exception { |
| - const DecoderException([String msg]) : message = msg; |
| + const DecoderException([String this.message]); |
| String toString() => "DecoderException: $message"; |
| final String message; |
| } |