Fix copy paste typo

This commit is contained in:
Felix Rabe 2018-07-30 10:04:22 +02:00 committed by GitHub
parent de48f25d0b
commit cbae7c6131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}
}