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

Unified Diff: samples/buildbot/model.dart

Issue 967883004: Replace string uses with code units in Json parser. (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 10 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: samples/buildbot/model.dart
diff --git a/samples/buildbot/model.dart b/samples/buildbot/model.dart
index 71c964d0369b6dac7126ac8dd113da0dd1d4b070..3d4fc9451d58a6da8ac42d65ec71d3e5ea1276e6 100644
--- a/samples/buildbot/model.dart
+++ b/samples/buildbot/model.dart
@@ -60,6 +60,7 @@ class Console {
_status = new JsonData(status.sub("/current?format=json"));
_status.updateData();
_changes = new JsonData(api.sub("/json/changes"));
+ _changes.updateData();
}
String get status {

Powered by Google App Engine
This is Rietveld 408576698