| Index: webkit/tools/layout_tests/test_types/text_diff.py
|
| ===================================================================
|
| --- webkit/tools/layout_tests/test_types/text_diff.py (revision 5432)
|
| +++ webkit/tools/layout_tests/test_types/text_diff.py (working copy)
|
| @@ -51,9 +51,8 @@
|
| failures = []
|
|
|
| # If we're generating a new baseline, we pass.
|
| - if test_args.text_baseline:
|
| - self._SaveBaselineData(filename, test_args.new_baseline,
|
| - output, ".txt")
|
| + if test_args.new_baseline:
|
| + self._SaveBaselineData(filename, output, ".txt")
|
| return failures
|
|
|
| # Normalize text to diff
|
|
|