mirror of
https://github.com/servo/servo.git
synced 2025-10-07 20:19:21 +01:00
Update Rust.
This commit is contained in:
parent
3644d0272c
commit
eaedeb07cb
184 changed files with 643 additions and 657 deletions
|
@ -37,7 +37,7 @@ impl UIEvent {
|
|||
}
|
||||
|
||||
pub fn new_uninitialized(window: &JSRef<Window>) -> Temporary<UIEvent> {
|
||||
reflect_dom_object(~UIEvent::new_inherited(UIEventTypeId),
|
||||
reflect_dom_object(box UIEvent::new_inherited(UIEventTypeId),
|
||||
window,
|
||||
UIEventBinding::Wrap)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue