diff --git a/components/constellation/pipeline.rs b/components/constellation/pipeline.rs index efd5c377875..4725955c3ab 100644 --- a/components/constellation/pipeline.rs +++ b/components/constellation/pipeline.rs @@ -538,6 +538,7 @@ impl UnprivilegedPipelineContent { process::exit(1); } + #[cfg(not(windows))] fn setup_common(&self, command: &mut C, token: String) { C::arg(command, "--content-process"); C::arg(command, token);