Chromium Code Reviews| Index: bin/code_deps.dart |
| diff --git a/bin/code_deps.dart b/bin/code_deps.dart |
| index 0ad189bef77a7f7c37923b9dd5affcd08be8be7e..4395526c6af5dc372ac7fc2bf3236690c1950bb8 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 = AllInfo.parseFromJson(json); |
| + var info = new AllInfo.fromJson(json); |
| var graph = graphFromInfo(info); |
| var queryName = args[1]; |