diff options
Diffstat (limited to 'components/constellation/lib.rs')
-rw-r--r-- | components/constellation/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs index 8b4577458f8..e00bc060cd5 100644 --- a/components/constellation/lib.rs +++ b/components/constellation/lib.rs @@ -20,4 +20,4 @@ mod webview; pub use crate::constellation::{Constellation, InitialConstellationState}; pub use crate::logging::{FromCompositorLogger, FromScriptLogger}; pub use crate::pipeline::UnprivilegedPipelineContent; -pub use crate::sandboxing::{content_process_sandbox_profile, UnprivilegedContent}; +pub use crate::sandboxing::{UnprivilegedContent, content_process_sandbox_profile}; |