Auto merge of #21430 - Eijebong:ws-origin, r=jdm

Properly set the origin on websocket messages

<!-- 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/21430)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-08-22 15:53:26 -04:00 committed by GitHub
commit aac4a3485f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 17 deletions

View file

@ -2114,6 +2114,7 @@ impl Window {
this.upcast(),
this.upcast(),
message_clone.handle(),
None
);
});
// FIXME(nox): Why are errors silenced here?