mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -119,7 +119,7 @@ impl MouseEvent {
|
|||
type_,
|
||||
bubbles,
|
||||
cancelable,
|
||||
init.parent.parent.view.deref(),
|
||||
init.parent.parent.view.as_deref(),
|
||||
init.parent.parent.detail,
|
||||
init.screenX,
|
||||
init.screenY,
|
||||
|
@ -131,7 +131,7 @@ impl MouseEvent {
|
|||
init.parent.metaKey,
|
||||
init.button,
|
||||
0,
|
||||
init.relatedTarget.deref(),
|
||||
init.relatedTarget.as_deref(),
|
||||
None,
|
||||
);
|
||||
Ok(event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue