diff options
-rw-r--r-- | components/style/custom_properties.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/custom_properties.rs b/components/style/custom_properties.rs index 21ba25872d0..938a1d85d6e 100644 --- a/components/style/custom_properties.rs +++ b/components/style/custom_properties.rs @@ -259,9 +259,7 @@ impl VariableValue { debug_assert!(variable.references.is_empty()); self.push(&variable.css, variable.first_token_type, variable.last_token_type) } -} -impl VariableValue { /// Parse a custom property value. pub fn parse<'i, 't>( input: &mut Parser<'i, 't>, |