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

Unified Diff: utils/apidoc/apidoc.dart

Issue 10095017: added printWarnings option to HtmlDiff (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add printWarnings option to HtmlDiff Created 8 years, 8 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 | utils/apidoc/html_diff.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc.dart
diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart
index f1f2ba2a0d70ba9fc530a6296d86a113d81d4c6d..2563ea930fe62ef7ff580131f6ac446a8bad5328 100644
--- a/utils/apidoc/apidoc.dart
+++ b/utils/apidoc/apidoc.dart
@@ -90,7 +90,7 @@ void main() {
print('Cross-referencing dart:dom and dart:html...');
HtmlDiff.initialize();
- _diff = new HtmlDiff();
+ _diff = new HtmlDiff(false);
nweiz 2012/04/16 18:05:05 I'd prefer "printWarnings: false" here for clarity
mattsh 2012/04/16 18:08:07 Good suggestion.
_diff.run();
world.reset();
« no previous file with comments | « no previous file | utils/apidoc/html_diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698