mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make TransitionEvent::new_inherited private
This commit is contained in:
parent
1f8106a1dc
commit
7b4050ea10
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub struct TransitionEvent {
|
|||
}
|
||||
|
||||
impl TransitionEvent {
|
||||
pub fn new_inherited(init: &TransitionEventInit) -> TransitionEvent {
|
||||
fn new_inherited(init: &TransitionEventInit) -> TransitionEvent {
|
||||
TransitionEvent {
|
||||
event: Event::new_inherited(),
|
||||
property_name: Atom::from(init.propertyName.clone()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue