mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Silence a warning
This commit is contained in:
parent
0d896a8d82
commit
ea4fbbc63a
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ impl CSSKeyframesRuleMethods for CSSKeyframesRule {
|
|||
|
||||
// https://drafts.csswg.org/css-animations/#dom-csskeyframesrule-appendrule
|
||||
fn AppendRule(&self, rule: DOMString) {
|
||||
let global = self.global();
|
||||
let rule = Keyframe::parse(&rule, self.cssrule.parent_stylesheet().style_stylesheet(),
|
||||
ParserContextExtraData::default());
|
||||
if let Ok(rule) = rule {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue