aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
diff options
context:
space:
mode:
authorOlivia Nordquist <nolivia@umich.edu>2015-10-31 22:29:16 -0700
committerOlivia Nordquist <nolivia@umich.edu>2015-10-31 22:29:16 -0700
commitaebf87cf5bab8c25bb4793c13dea048de8087512 (patch)
treec48fde726fb19c48b55e1badf0ec8aafaaa4f38e /components/layout/layout_task.rs
parentd8cb2762af389309ff9684f04194e4773ce33c3e (diff)
downloadservo-aebf87cf5bab8c25bb4793c13dea048de8087512.tar.gz
servo-aebf87cf5bab8c25bb4793c13dea048de8087512.zip
Un-boxed ScriptReflow
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 5f9c732d87c..878597f24f7 100644
--- a/components/layout/layout_task.rs
+++ b/components/layout/layout_task.rs
@@ -593,7 +593,7 @@ impl LayoutTask {
profile(time::ProfilerCategory::LayoutPerform,
self.profiler_metadata(),
self.time_profiler_chan.clone(),
- || self.handle_reflow(&*data, possibly_locked_rw_data));
+ || self.handle_reflow(&data, possibly_locked_rw_data));
},
Msg::TickAnimations => self.tick_all_animations(possibly_locked_rw_data),
Msg::ReflowWithNewlyLoadedWebFont => {