Index: Tools/GardeningServer/model/ct-failure-group.html |
diff --git a/Tools/GardeningServer/model/ct-failure-group.html b/Tools/GardeningServer/model/ct-failure-group.html |
index 812a2a5efaac998e5f0e7996e3e8759402c5198c..0f0b249b30638d800a846d46d614e1990e644082 100644 |
--- a/Tools/GardeningServer/model/ct-failure-group.html |
+++ b/Tools/GardeningServer/model/ct-failure-group.html |
@@ -7,7 +7,8 @@ found in the LICENSE file. |
<link rel="import" href="ct-commit-list.html"> |
<script> |
-function CTFailureGroup(failures, commitList) { |
+function CTFailureGroup(key, failures, commitList) { |
+ this.key = key; |
this.failures = failures; |
this.commitList = commitList; |
this._annotation = CTFailureGroup._mergeAnnotations(failures.map(function(failure) { |