| Index: bin/live_code_size_analysis.dart
|
| diff --git a/bin/live_code_size_analysis.dart b/bin/live_code_size_analysis.dart
|
| index def29d55ce099d45ab1a3563793f49cccf4a1b1f..333f5c46a0f7f33a12239cec1e991371f2da1bd3 100644
|
| --- a/bin/live_code_size_analysis.dart
|
| +++ b/bin/live_code_size_analysis.dart
|
| @@ -49,7 +49,7 @@ main(args) {
|
| }
|
|
|
| var json = JSON.decode(new File(args[0]).readAsStringSync());
|
| - var info = new AllInfo.fromJson(json);
|
| + var info = new AllInfoJsonCodec().decode(json);
|
| var coverage = JSON.decode(new File(args[1]).readAsStringSync());
|
| var verbose = args.length > 2 && args[2] == '-v';
|
|
|
|
|