mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 726761 - don't check count sums when deserializing SampleSets; r=cjones
This commit is contained in:
parent
656ecac69f
commit
b8e1dc11a5
@ -775,8 +775,8 @@ bool Histogram::SampleSet::Deserialize(void** iter, const Pickle& pickle) {
|
||||
counts_.push_back(i);
|
||||
count += i;
|
||||
}
|
||||
DCHECK_EQ(count, redundant_count_);
|
||||
return count == redundant_count_;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user