mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)
This commit is contained in:
parent
87e7e3d429
commit
c38c964f1b
38 changed files with 118 additions and 109 deletions
|
@ -72,9 +72,9 @@ impl FocusEvent {
|
|||
type_,
|
||||
bubbles,
|
||||
cancelable,
|
||||
init.parent.view.deref(),
|
||||
init.parent.view.as_deref(),
|
||||
init.parent.detail,
|
||||
init.relatedTarget.deref(),
|
||||
init.relatedTarget.as_deref(),
|
||||
);
|
||||
Ok(event)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue