mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Do not exit servo on webdriver session deletion
This commit is contained in:
parent
7a5ce048d2
commit
5ce09a5e79
1 changed files with 0 additions and 5 deletions
|
@ -1350,11 +1350,6 @@ impl WebDriverHandler<ServoExtensionRoute> for Handler {
|
|||
}
|
||||
|
||||
fn delete_session(&mut self, _session: &Option<Session>) {
|
||||
// Servo doesn't support multiple sessions, so we exit on session deletion
|
||||
let _ = self
|
||||
.constellation_chan
|
||||
.send(ConstellationMsg::Exit)
|
||||
.unwrap();
|
||||
self.session = None;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue