mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
This commit refactors ctrlKey to ctrl_key wherever possible.
This commit is contained in:
parent
83f687a7be
commit
77170a14bc
6 changed files with 10 additions and 10 deletions
|
@ -62,7 +62,7 @@ pub enum ActivationSource {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#run-synthetic-click-activation-steps
|
||||
pub fn synthetic_click_activation(element: &Element,
|
||||
ctrlKey: bool,
|
||||
ctrl_key: bool,
|
||||
shiftKey: bool,
|
||||
altKey: bool,
|
||||
metaKey: bool,
|
||||
|
@ -93,7 +93,7 @@ pub fn synthetic_click_activation(element: &Element,
|
|||
0,
|
||||
0,
|
||||
0,
|
||||
ctrlKey,
|
||||
ctrl_key,
|
||||
shiftKey,
|
||||
altKey,
|
||||
metaKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue