| Index: client/dom/generated/src/frog/WebKitCSSKeyframesRule.dart
|
| diff --git a/client/dom/generated/src/frog/WebKitCSSKeyframesRule.dart b/client/dom/generated/src/frog/WebKitCSSKeyframesRule.dart
|
| index 632a660c21984190b28a93541e4d68430ded4583..8b7f2903fa5f92128314e081738ef686f1728c9e 100644
|
| --- a/client/dom/generated/src/frog/WebKitCSSKeyframesRule.dart
|
| +++ b/client/dom/generated/src/frog/WebKitCSSKeyframesRule.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| -class WebKitCSSKeyframesRule extends CSSRule native "*WebKitCSSKeyframesRule" {
|
| +class WebKitCSSKeyframesRuleJS extends CSSRuleJS implements WebKitCSSKeyframesRule native "*WebKitCSSKeyframesRule" {
|
|
|
| - CSSRuleList get cssRules() native "return this.cssRules;";
|
| + CSSRuleListJS get cssRules() native "return this.cssRules;";
|
|
|
| String get name() native "return this.name;";
|
|
|
| @@ -9,7 +9,7 @@ class WebKitCSSKeyframesRule extends CSSRule native "*WebKitCSSKeyframesRule" {
|
|
|
| void deleteRule(String key) native;
|
|
|
| - WebKitCSSKeyframeRule findRule(String key) native;
|
| + WebKitCSSKeyframeRuleJS findRule(String key) native;
|
|
|
| void insertRule(String rule) native;
|
| }
|
|
|