| Index: client/dom/generated/src/frog/CSSFontFaceRule.dart
|
| diff --git a/client/dom/generated/src/frog/CSSFontFaceRule.dart b/client/dom/generated/src/frog/CSSFontFaceRule.dart
|
| index 0163077d0f754c8687e832ca2ed7577d45d58cdd..d6a467fe5c20791ed48c9a18966c008a5840b4ac 100644
|
| --- a/client/dom/generated/src/frog/CSSFontFaceRule.dart
|
| +++ b/client/dom/generated/src/frog/CSSFontFaceRule.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class CSSFontFaceRuleJS extends CSSRuleJS implements CSSFontFaceRule native "*CSSFontFaceRule" {
|
| +class CSSFontFaceRuleJs extends CSSRuleJs implements CSSFontFaceRule native "*CSSFontFaceRule" {
|
|
|
| - CSSStyleDeclarationJS get style() native "return this.style;";
|
| + CSSStyleDeclarationJs get style() native "return this.style;";
|
| }
|
|
|