diff --git a/components/script/dom/htmlmediaelement.rs b/components/script/dom/htmlmediaelement.rs
index 97170befaf1..c64bd26e57c 100644
--- a/components/script/dom/htmlmediaelement.rs
+++ b/components/script/dom/htmlmediaelement.rs
@@ -199,6 +199,8 @@ pub struct HTMLMediaElement {
volume: Cell,
/// https://html.spec.whatwg.org/multipage/#dom-media-seeking
seeking: Cell,
+ /// https://html.spec.whatwg.org/multipage/#dom-media-muted
+ muted: Cell,
/// URL of the media resource, if any.
resource_url: DomRefCell