aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/constellation/lib.rs')
-rw-r--r--components/constellation/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs
index c2446ebca4c..54235a9b09c 100644
--- a/components/constellation/lib.rs
+++ b/components/constellation/lib.rs
@@ -53,7 +53,9 @@ mod sandboxing;
mod session_history;
mod timer_scheduler;
-pub use crate::constellation::{Constellation, FromCompositorLogger, FromScriptLogger, InitialConstellationState};
+pub use crate::constellation::{
+ Constellation, FromCompositorLogger, FromScriptLogger, InitialConstellationState,
+};
pub use crate::pipeline::UnprivilegedPipelineContent;
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
pub use crate::sandboxing::content_process_sandbox_profile;