Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: bin/inference/client.dart

Issue 1406803003: add tool to verify dependency information (Closed) Base URL: git@github.com:hterkelsen/dart2js_info.git@master
Patch Set: changelog Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: bin/inference/client.dart
diff --git a/bin/inference/client.dart b/bin/inference/client.dart
index 7f7fcbd63b421c6b16dd131cf10b55c4ab351f3a..0674653e5be1559f28dada003f45b30fc76fbb85 100644
--- a/bin/inference/client.dart
+++ b/bin/inference/client.dart
@@ -14,7 +14,7 @@ import 'package:charcode/charcode.dart';
AllInfo data;
main() async {
data =
- AllInfo.parseFromJson(JSON.decode(await HttpRequest.getString('/data')));
+ new AllInfo.fromJson(JSON.decode(await HttpRequest.getString('/data')));
routeByHash();
window.onHashChange.listen((_) => routeByHash());

Powered by Google App Engine
This is Rietveld 408576698