aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
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/script/dom
parentd8cb2762af389309ff9684f04194e4773ce33c3e (diff)
downloadservo-aebf87cf5bab8c25bb4793c13dea048de8087512.tar.gz
servo-aebf87cf5bab8c25bb4793c13dea048de8087512.zip
Un-boxed ScriptReflow
Diffstat (limited to 'components/script/dom')
-rw-r--r--components/script/dom/window.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs
index abe693696fd..c074935938b 100644
--- a/components/script/dom/window.rs
+++ b/components/script/dom/window.rs
@@ -910,7 +910,7 @@ impl Window {
}
// Send new document and relevant styles to layout.
- let reflow = box ScriptReflow {
+ let reflow = ScriptReflow {
reflow_info: Reflow {
goal: goal,
page_clip_rect: self.page_clip_rect.get(),