mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Sent log messages to the constellation.
This commit is contained in:
parent
175340d146
commit
44422744ff
11 changed files with 229 additions and 18 deletions
|
@ -535,6 +535,10 @@ impl UnprivilegedPipelineContent {
|
|||
process::exit(1);
|
||||
}
|
||||
|
||||
pub fn constellation_chan(&self) -> IpcSender<ScriptMsg> {
|
||||
self.constellation_chan.clone()
|
||||
}
|
||||
|
||||
pub fn opts(&self) -> Opts {
|
||||
self.opts.clone()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue