mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove unused fields from ScriptReflow.
This commit is contained in:
parent
521a87180a
commit
40b3b749bf
2 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue