Deep clone ServoStyleSheets.

MozReview-Commit-ID: 6hYIcOa86Y
This commit is contained in:
Brad Werth 2017-05-22 12:55:43 -07:00 committed by Brad Werth
parent bb310efbb9
commit 31584e3c14
9 changed files with 221 additions and 10 deletions

View file

@ -142,7 +142,7 @@ macro_rules! counter_style_descriptors {
$( #[$doc: meta] $name: tt $ident: ident / $gecko_ident: ident: $ty: ty = $initial: tt )+
) => {
/// An @counter-style rule
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct CounterStyleRuleData {
name: CustomIdent,
$(