Chromium Code Reviews

Unified Diff: utils/apidoc/html_diff.dart

Issue 12295014: Remove deprecated Strings class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/lib/file_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/html_diff.dart
diff --git a/utils/apidoc/html_diff.dart b/utils/apidoc/html_diff.dart
index d6a5067cf421fb49336f6284ebf5107efae35fd5..3c8324d10795857af688dd5c0f3bc8e4c71368ac 100644
--- a/utils/apidoc/html_diff.dart
+++ b/utils/apidoc/html_diff.dart
@@ -197,7 +197,7 @@ class HtmlDiff {
for (var t in domTypes) {
options.add('$t.$name');
}
- Strings.join(options, ' or ');
+ options.join(' or ');
warn('no member $options');
}
}
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/lib/file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine