mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Upgrade to rust-url 1.0 and hyper 0.9
This commit is contained in:
parent
305c283602
commit
7932ab6ac2
76 changed files with 524 additions and 888 deletions
|
@ -397,7 +397,7 @@ impl EventTarget {
|
|||
// Step 1.6
|
||||
let window = document.window();
|
||||
|
||||
let url_serialized = CString::new(handler.url.serialize()).unwrap();
|
||||
let url_serialized = CString::new(handler.url.to_string()).unwrap();
|
||||
let name = CString::new(&**ty).unwrap();
|
||||
|
||||
static mut ARG_NAMES: [*const c_char; 1] = [b"event\0" as *const u8 as *const c_char];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue