Index: Tools/Scripts/webkitpy/common/net/resultsjsonparser.py |
diff --git a/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py b/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py |
index 581f967238fddf46724141f11501f6f3c33f7757..51a6fe007a2bc07817381792df4e65ada596985f 100644 |
--- a/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py |
+++ b/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py |
@@ -99,8 +99,7 @@ class JSONTestResult(object): |
def _failure_types_from_actual_result(self, actual): |
# FIXME: There doesn't seem to be a full list of all possible values of |
- # 'actual' anywhere. However JSONLayoutResultsGenerator.FAILURE_TO_CHAR |
- # is a useful reference as that's for "old" style results.json files |
+ # 'actual' anywhere. |
# |
# FIXME: TEXT, IMAGE_PLUS_TEXT, and AUDIO are obsolete but we keep them for |
# now so that we can parse old results.json files. |