mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Do not define Pipeline::setup_common on Windows
This commit is contained in:
parent
43d4a459c0
commit
7c013e45c9
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ impl UnprivilegedPipelineContent {
|
||||||
process::exit(1);
|
process::exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(not(windows))]
|
||||||
fn setup_common<C: CommandMethods>(&self, command: &mut C, token: String) {
|
fn setup_common<C: CommandMethods>(&self, command: &mut C, token: String) {
|
||||||
C::arg(command, "--content-process");
|
C::arg(command, "--content-process");
|
||||||
C::arg(command, token);
|
C::arg(command, token);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue