mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
parent
af4c3901d8
commit
fd87c8cb3e
155 changed files with 3 additions and 226 deletions
|
@ -17,7 +17,6 @@ use util::str::DOMString;
|
|||
|
||||
// https://dom.spec.whatwg.org/#interface-customevent
|
||||
#[dom_struct]
|
||||
#[derive(HeapSizeOf)]
|
||||
pub struct CustomEvent {
|
||||
event: Event,
|
||||
#[ignore_heap_size_of = "Defined in rust-mozjs"]
|
||||
|
@ -85,4 +84,3 @@ impl<'a> CustomEventMethods for &'a CustomEvent {
|
|||
event.InitEvent(type_, can_bubble, cancelable);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue