mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
f3ca48206e
commit
50c832762f
5 changed files with 27 additions and 15 deletions
|
@ -525,7 +525,10 @@ fn inner_invoke(
|
|||
// Step 2.2.
|
||||
found = true;
|
||||
|
||||
// TODO: step 2.5.
|
||||
// Step 2.5.
|
||||
if let CompiledEventListener::Listener(event_listener) = listener {
|
||||
object.remove_listener_if_once(&event.type_(), &event_listener);
|
||||
}
|
||||
|
||||
// Step 2.6.
|
||||
let marker = TimelineMarker::start("DOMEvent".to_owned());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue