mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix copy paste typo
This commit is contained in:
parent
de48f25d0b
commit
cbae7c6131
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ impl<Window> Servo<Window> where Window: WindowMethods + 'static {
|
|||
WindowEvent::SendError(ctx, e) => {
|
||||
let msg = ConstellationMsg::SendError(ctx, e);
|
||||
if let Err(e) = self.constellation_chan.send(msg) {
|
||||
warn!("Sending CloseBrowser message to constellation failed ({}).", e);
|
||||
warn!("Sending SendError message to constellation failed ({}).", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue