mirror of
https://github.com/servo/servo.git
synced 2025-07-14 10:53:42 +01:00
Player pause
This commit is contained in:
parent
8fd9b72eb7
commit
b656ae195f
3 changed files with 13 additions and 16 deletions
|
@ -360,8 +360,7 @@ impl HTMLMediaElement {
|
|||
// Step 2.3.2.
|
||||
this.upcast::<EventTarget>().fire_event(atom!("pause"));
|
||||
|
||||
//FIXME(victor)
|
||||
//this.player.pause();
|
||||
this.player.pause();
|
||||
|
||||
// Step 2.3.3.
|
||||
// Done after running this closure in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue