Index: media/tools/layout_tests/layouttest_analyzer.py |
diff --git a/media/tools/layout_tests/layouttest_analyzer.py b/media/tools/layout_tests/layouttest_analyzer.py |
index 8b5f3715f014da53e3dd03b1cc34404bbdbcec44..5f93b2d86a35002352eaf7ec56bb5c5f84775708 100644 |
--- a/media/tools/layout_tests/layouttest_analyzer.py |
+++ b/media/tools/layout_tests/layouttest_analyzer.py |
@@ -299,7 +299,8 @@ def SendEmail(prev_time, prev_analyzer_result_map, analyzer_result_map, |
diff_map = None |
simple_rev_str = 'undefined' |
email_content = analyzer_result_map.ConvertToString(None, diff_map, |
- anno_map) |
+ anno_map, |
+ issue_detail_mode) |
return (result_change, diff_map, simple_rev_str, rev, rev_date, |
email_content) |