mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
Fix typo.
This commit is contained in:
parent
a7054c85a4
commit
42659b995e
1 changed files with 1 additions and 0 deletions
|
|
@ -3480,6 +3480,7 @@ NS_IMETHODIMP HTMLMediaElement::Play()
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
ErrorResult rv;
|
||||
RefPtr<Promise> toBeIgnored = PlayInternal(rv);
|
||||
if (rv.Failed()) {
|
||||
return rv.StealNSResult();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue