diff --git a/components/style/gecko/wrapper.rs b/components/style/gecko/wrapper.rs index 9373f0bb2fa..ca991b412d6 100644 --- a/components/style/gecko/wrapper.rs +++ b/components/style/gecko/wrapper.rs @@ -581,7 +581,7 @@ impl<'le> GeckoElement<'le> { #[inline(always)] fn attrs(&self) -> &[structs::AttrArray_InternalAttr] { unsafe { - let attrs = match self.0._base.mAttrs.mImpl.mPtr.as_ref() { + let attrs = match self.0.mAttrs.mImpl.mPtr.as_ref() { Some(attrs) => attrs, None => return &[], };