| Index: Tools/GardeningServer/model/ct-failures.html
|
| diff --git a/Tools/GardeningServer/model/ct-failures.html b/Tools/GardeningServer/model/ct-failures.html
|
| index e2fcd46ce7e48125e83b0757b1897939b51b9036..580f29588c68726dda54a94f05677357aa039ed5 100644
|
| --- a/Tools/GardeningServer/model/ct-failures.html
|
| +++ b/Tools/GardeningServer/model/ct-failures.html
|
| @@ -18,7 +18,7 @@ function CTFailures(commitLog) {
|
| this.commitLog = commitLog;
|
| this.builderLatestRevisions = null;
|
| // Maps a tree id to an array of CTFailureGroups within that tree.
|
| - this.failures = {};
|
| + this.failures = null;
|
| this.lastUpdateDate = null;
|
|
|
| // FIXME: Get this from
|
|
|