mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Deep clone ServoStyleSheets.
MozReview-Commit-ID: 6hYIcOa86Y
This commit is contained in:
parent
bb310efbb9
commit
31584e3c14
9 changed files with 221 additions and 10 deletions
|
@ -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,
|
||||
$(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue