* public/v3/models/test-group.js:
(TestGroup.prototype.addBuildRequest): Clear the map instead of setting the property to null.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@196441
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-02-11 Ryosuke Niwa <rniwa@webkit.org>
+
+ Build fix after r196440.
+
+ * public/v3/models/test-group.js:
+ (TestGroup.prototype.addBuildRequest): Clear the map instead of setting the property to null.
+
2016-02-10 Ryosuke Niwa <rniwa@webkit.org>
Perf dashboard should have UI to retry A/B testing
2016-02-10 Ryosuke Niwa <rniwa@webkit.org>
Perf dashboard should have UI to retry A/B testing
this._buildRequests.push(request);
this._requestsAreInOrder = false;
this._requestedRootSets = null;
this._buildRequests.push(request);
this._requestsAreInOrder = false;
this._requestedRootSets = null;
- this._rootSetToLabel = null;
+ this._rootSetToLabel.clear();