mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 17:58:38 +09:00
No issue - Follow-up: fix compilation
This commit is contained in:
parent
1bdfca3920
commit
d9dbae4aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -5698,7 +5698,7 @@ HTMLMediaElement::CopyInnerTo(Element* aDest)
|
|||
|
||||
// Make sure cloned <audio> and <video> respect their "muted" attribute.
|
||||
HTMLMediaElement* dest = static_cast<HTMLMediaElement*>(aDest);
|
||||
if (HasAttr(nsGkAtoms::muted)) {
|
||||
if (HasAttr(kNameSpaceID_None, nsGkAtoms::muted)) {
|
||||
dest->mMuted |= MUTED_BY_CONTENT;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue