Remove unused fields from ScriptReflow.

This commit is contained in:
Ms2ger 2015-10-28 11:54:44 +01:00
parent 521a87180a
commit 40b3b749bf
2 changed files with 0 additions and 6 deletions

View file

@ -917,9 +917,7 @@ impl Window {
},
document: self.Document().r().upcast::<Node>().to_trusted_node_address(),
window_size: window_size,
script_chan: self.control_chan.clone(),
script_join_chan: join_chan,
id: last_reflow_id.get(),
query_type: query_type,
};