mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Properly set the origin on websocket messages
This commit is contained in:
parent
89ab110357
commit
a1925aab52
6 changed files with 17 additions and 17 deletions
|
@ -2113,6 +2113,7 @@ impl Window {
|
|||
this.upcast(),
|
||||
this.upcast(),
|
||||
message_clone.handle(),
|
||||
None
|
||||
);
|
||||
});
|
||||
// FIXME(nox): Why are errors silenced here?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue