mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Auto merge of #21281 - felixrabe:patch-1, r=paulrouget
Fix copy paste typo <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21281) <!-- Reviewable:end -->
This commit is contained in:
commit
2cb7f15e69
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