Backed out changeset bdb7f8baac7e (bug 1569101) for causing wrench bustages in /builds/worker/workspace/build/tooltool.tt

This commit is contained in:
shindli 2019-07-29 04:53:11 +03:00
parent 1c380bd4ec
commit 2311ab23b6

View File

@ -740,11 +740,6 @@ impl<'de> Deserialize<'de> for BuiltDisplayList {
data.extend(temp.drain(..));
}
// Add `DisplayItem::max_size` zone of zeroes to the end of display list
// so there is at least this amount available in the display list during
// serialization.
ensure_red_zone::<di::DisplayItem>(&mut data);
Ok(BuiltDisplayList {
data,
descriptor: BuiltDisplayListDescriptor {