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

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: named argument 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..2d8aaf9b74c0c907a3412b98fd845cab45169a78 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(printWarnings:false);
_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