From baf7cc054f37dc2b21638e3541ab9a93c4f03de0 Mon Sep 17 00:00:00 2001 From: Stefano Chiodino Date: Wed, 15 Mar 2017 21:49:59 +0000 Subject: [PATCH] Add clone to caret-color --- components/style/properties/gecko.mako.rs | 3 +++ 1 file changed, 3 insertions(+) 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"