Chromium Code Reviews| Index: third_party/lcov/bin/genhtml |
| =================================================================== |
| --- third_party/lcov/bin/genhtml (revision 35264) |
| +++ third_party/lcov/bin/genhtml (working copy) |
| @@ -4177,7 +4177,8 @@ |
| } |
| open(SOURCE_HANDLE, "<".$source_filename) |
| - or die("ERROR: cannot open $source_filename for reading!\n"); |
| + # or die("ERROR: cannot open $source_filename for reading!\n"); |
| + or open(SOURCE_HANDLE, "</dev/null"); |
| write_source_prolog(*HTML_HANDLE); |