aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-03-31 15:03:56 -0600
committerbors-servo <metajack+bors@gmail.com>2015-03-31 15:03:56 -0600
commit8976bbfe7d8fa061ee7270e4b3553f7fde6050e6 (patch)
tree32f73b8ed761a4321d73d8b2cd8b5402c69170bb /components/layout/layout_task.rs
parentb79d06c8d2363ebd6bdb171a943d1c932a6cea68 (diff)
parent66902d2c902243004ad5a158b16fccecf9b8a18f (diff)
downloadservo-8976bbfe7d8fa061ee7270e4b3553f7fde6050e6.tar.gz
servo-8976bbfe7d8fa061ee7270e4b3553f7fde6050e6.zip
auto merge of #5441 : servo/servo/heap-unclassified, r=jdm
Diffstat (limited to 'components/layout/layout_task.rs')
-rw-r--r--components/layout/layout_task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs
index 4016c3173f8..c61f84cf066 100644
--- a/components/layout/layout_task.rs
+++ b/components/layout/layout_task.rs
@@ -508,7 +508,7 @@ impl LayoutTask {
let stacking_context = rw_data.stacking_context.as_ref();
reports.push(Report {
path: path!["pages", format!("url({})", self.url), "display-list"],
- size: stacking_context.map_or(0, |sc| sc.heap_size_of_children() as u64),
+ size: stacking_context.map_or(0, |sc| sc.heap_size_of_children()),
});
reports_chan.send(reports);