mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #6170 - eleweek:fix-6111, r=Ms2ger
This fixes #6111 , @jdm said that I can work on this issue <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6170) <!-- Reviewable:end -->
This commit is contained in:
commit
16f19b628f
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ impl WebSocketTaskHandler {
|
|||
let close_event = CloseEvent::new(global.r(),
|
||||
"close".to_owned(),
|
||||
EventBubbles::DoesNotBubble,
|
||||
EventCancelable::Cancelable,
|
||||
EventCancelable::NotCancelable,
|
||||
ws.clean_close.get(),
|
||||
ws.code.get(),
|
||||
rsn_clone).root();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue