DescriptionChange default ReportErrorFileAndLine to use filename:lineno format.
Currently the output is:
Found line ending with white spaces in:
cc/trees/layer_tree_host_impl_unittest.cc, line 379
This format is extremely annoying because you must combine the
file and line number together by hand. A more standard format
for expressing a position in a file is filename:lineno. This
changes the format to match:
Found line ending with white spaces in:
cc/trees/layer_tree_host_impl_unittest.cc:379
R=maruel@chromium.org
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=217405
Patch Set 1 : ReportErrorFileAndLine: #
Messages
Total messages: 4 (0 generated)
|