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..3e0773d6802def981f2de0d88ca4b47c7542992f 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.fingerprint = key; |
this.failures = failures; |
this.commitList = commitList; |
this._annotation = CTFailureGroup._mergeAnnotations(failures.map(function(failure) { |