mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
parent
ab17d31bbf
commit
71a05a9c39
103 changed files with 103 additions and 103 deletions
|
@ -32,7 +32,7 @@ impl CustomEventDerived for Event {
|
|||
}
|
||||
|
||||
impl CustomEvent {
|
||||
pub fn new_inherited(type_id: EventTypeId) -> CustomEvent {
|
||||
fn new_inherited(type_id: EventTypeId) -> CustomEvent {
|
||||
CustomEvent {
|
||||
event: Event::new_inherited(type_id),
|
||||
detail: Traceable::new(Cell::new(Traceable::new(NullValue()))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue