diff --git a/components/style/properties/gecko.mako.rs b/components/style/properties/gecko.mako.rs index ac586fbd807..6b144eb2e37 100644 --- a/components/style/properties/gecko.mako.rs +++ b/components/style/properties/gecko.mako.rs @@ -3189,6 +3189,9 @@ clip-path pub fn copy_caret_color_from(&mut self, other: &Self){ self.gecko.mCaretColor = other.gecko.mCaretColor; } + + <%call expr="impl_color_clone('caret_color', 'mCaretColor')"> + <%self:impl_trait style_struct_name="Column"