Index: Tools/GardeningServer/model/ct-failure.html |
diff --git a/Tools/GardeningServer/model/ct-failure.html b/Tools/GardeningServer/model/ct-failure.html |
index 7bd0d07d7b70971db03bd3abfef23ab1fc5e4e02..73ac640be64a96e7e45efab09c13153cf3301eb2 100644 |
--- a/Tools/GardeningServer/model/ct-failure.html |
+++ b/Tools/GardeningServer/model/ct-failure.html |
@@ -5,14 +5,11 @@ found in the LICENSE file. |
--> |
<script> |
-function CTFailure(step, reason, resultsByBuilder, firstFailingRevisions, lastPassingRevisions) { |
+function CTFailure(step, reason, resultsByBuilder) { |
this.step = step; |
// FIXME: Rename this to reason. |
this.testName = reason; |
this.resultNodesByBuilder = resultsByBuilder; |
- // FIXME: Move these up one layer to the groupedFailures object. |
- this.firstFailingRevisions = firstFailingRevisions; |
- this.lastPassingRevisions = lastPassingRevisions; |
} |
CTFailure.prototype.flakinessDashboardURL = function(tree) { |