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

Unified Diff: tools/html_json_doc/lib/html_to_json.dart

Issue 11856009: Undo changes to tools-scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | tools/testing/dart/multitest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/html_json_doc/lib/html_to_json.dart
diff --git a/tools/html_json_doc/lib/html_to_json.dart b/tools/html_json_doc/lib/html_to_json.dart
index 1e83e8b75783bcedb72db03869f7241b7c4e622c..676e3c309190b050a802c51d69aff6eeaf3afbf9 100644
--- a/tools/html_json_doc/lib/html_to_json.dart
+++ b/tools/html_json_doc/lib/html_to_json.dart
@@ -105,7 +105,7 @@ Future<Object> _convertFiles(Path htmlPath) {
// Combine all JSON objects
lister.onDone = (_) {
- Future.wait(fileFutures).then((jsonList) {
+ Futures.wait(fileFutures).then((jsonList) {
var convertedJson = {};
jsonList.forEach((json) {
final k = json.keys[0];
« no previous file with comments | « no previous file | tools/testing/dart/multitest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698