Index: client/dom/generated/src/frog/WebKitCSSKeyframeRule.dart |
diff --git a/client/dom/generated/src/frog/WebKitCSSKeyframeRule.dart b/client/dom/generated/src/frog/WebKitCSSKeyframeRule.dart |
index cf1faa3f9c1db7cecb89fb824059af3204961d7a..27842c3e401ce69e26b94bd4dfa4922b2b4c9f97 100644 |
--- a/client/dom/generated/src/frog/WebKitCSSKeyframeRule.dart |
+++ b/client/dom/generated/src/frog/WebKitCSSKeyframeRule.dart |
@@ -1,9 +1,9 @@ |
-class WebKitCSSKeyframeRuleJS extends CSSRuleJS implements WebKitCSSKeyframeRule native "*WebKitCSSKeyframeRule" { |
+class WebKitCSSKeyframeRuleJs extends CSSRuleJs implements WebKitCSSKeyframeRule native "*WebKitCSSKeyframeRule" { |
String get keyText() native "return this.keyText;"; |
void set keyText(String value) native "this.keyText = value;"; |
- CSSStyleDeclarationJS get style() native "return this.style;"; |
+ CSSStyleDeclarationJs get style() native "return this.style;"; |
} |