mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Made fixes for PR.
This commit is contained in:
parent
7986423cd7
commit
b874e76455
12 changed files with 108 additions and 108 deletions
|
@ -238,7 +238,7 @@ impl WebSocket {
|
|||
}
|
||||
|
||||
// Step 6: Origin.
|
||||
let origin = UrlHelper::origin(&global.get_url()).0;
|
||||
let origin = UrlHelper::Origin(&global.get_url()).0;
|
||||
|
||||
// Step 7.
|
||||
let ws = WebSocket::new(global, resource_url.clone());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue