Chromium Code Reviews| Index: bin/code_deps.dart |
| diff --git a/bin/code_deps.dart b/bin/code_deps.dart |
| index 4395526c6af5dc372ac7fc2bf3236690c1950bb8..9899e8d3553dcde4e533dc1c451ebc67c09e9573 100644 |
| --- a/bin/code_deps.dart |
| +++ b/bin/code_deps.dart |
| @@ -49,7 +49,7 @@ main(args) { |
| print('error: could not read ${args[0]}'); |
| exit(1); |
| } |
| - var info = new AllInfo.fromJson(json); |
| + var info = new AllInfoJsonCodec().decode(json); |
| var graph = graphFromInfo(info); |
| var queryName = args[1]; |