mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Clean up arguments passed to ScriptThread
This commit is contained in:
parent
040816b78d
commit
0a3797d130
3 changed files with 14 additions and 61 deletions
|
@ -576,17 +576,6 @@ impl UnprivilegedPipelineContent {
|
|||
inherited_secure_context: self.load_data.inherited_secure_context.clone(),
|
||||
},
|
||||
self.load_data.clone(),
|
||||
self.opts.debug.profile_script_events,
|
||||
self.opts.print_pwm,
|
||||
self.opts.debug.relayout_event,
|
||||
self.opts.output_file.is_some() ||
|
||||
self.opts.exit_after_load ||
|
||||
self.opts.webdriver_port.is_some(),
|
||||
self.opts.unminify_js,
|
||||
self.opts.local_script_source,
|
||||
self.opts.userscripts,
|
||||
self.opts.headless,
|
||||
self.opts.debug.replace_surrogates,
|
||||
self.user_agent,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue