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

Unified Diff: utils/apidoc/html_diff.dart

Issue 11263020: Fixes documentation generation for dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
« utils/apidoc/apidoc.dart ('K') | « utils/apidoc/apidoc.dart ('k') | no next file » | 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 c5fd28f7a3bfcfecc6717de42eb70a9340e0657c..fda8dedfbba2f90fc60d59c139f6afcd9925cf4a 100644
--- a/utils/apidoc/html_diff.dart
+++ b/utils/apidoc/html_diff.dart
@@ -98,6 +98,7 @@ class HtmlDiff {
void run() {
LibraryMirror htmlLib = _mirrors.libraries[HTML_DECLARED_NAME];
if (htmlLib === null) {
+ print('NOOOO');
Bob Nystrom 2012/10/24 20:52:15 Debug code. Remove. :)
Andrei Mouravski 2012/10/24 21:19:36 NOOOOOOOOOO! Done.
warn('Could not find $HTML_LIBRARY_NAME');
return;
}
« utils/apidoc/apidoc.dart ('K') | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698