Chromium Code Reviews| 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; |
| } |