Made fixes for PR.

This commit is contained in:
Arthur Marble 2016-09-18 07:12:39 -05:00
parent 7986423cd7
commit b874e76455
12 changed files with 108 additions and 108 deletions

View file

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